Hi everyone,
I've connected to a site's main server using secure sockets layer in C#. I need to make a tcp connection to another machine on this site and exchange info. I can't connect my socket directly to that machine because its ip address is private ie. 192.168.1.1. All the information from the second machine must pass through the secure socket I've created with the original connection.
Does anyone know how I can access the second machine?
I've gone through the socket classes in the .net framework and can't seem to find anything that can make the second connection and pipe it through the first. I'm not a network programmer so I don't know if there is another way to do this. Any thoughts would be appreciated!
thanks
M
I've connected to a site's main server using secure sockets layer in C#. I need to make a tcp connection to another machine on this site and exchange info. I can't connect my socket directly to that machine because its ip address is private ie. 192.168.1.1. All the information from the second machine must pass through the secure socket I've created with the original connection.
Does anyone know how I can access the second machine?
I've gone through the socket classes in the .net framework and can't seem to find anything that can make the second connection and pipe it through the first. I'm not a network programmer so I don't know if there is another way to do this. Any thoughts would be appreciated!
thanks
M