Link to home
Start Free TrialLog in
Avatar of ktromp1
ktromp1

asked on

c# - TCP data forwarding

I have a server that accepts requests and data from two different sources (clients or techs) and I would like to be able to pass data between the two. I would like to accomplish this to either pass messages, or ideally in the end pass an rdp request from the techs to the clients. All my attempts thus far have failed and any help pointing me in the right direction would be greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Orcbighter
Orcbighter
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
could you simply tunnel it with we PUTTY ?
Avatar of ktromp1
ktromp1

ASKER

I will take a look at your link Orcbighter and let you know how it works.

@alexey_gusev I could but I would prefer it to be all handled by the application.
is this example sort of what you are looking for (perhaps with small modifications):

http://www.codeproject.com/Articles/14617/Windows-TCP-Tunnel