Help on TCP connection
-
Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish
Girish Software Developer
-
Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish
Girish Software Developer
I don't think so. You need a direct connection. That is the meaning of proxy, to block direct connection. TcpClient -> no HttpWebRequest -> yes (http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.proxy.aspx)
-
Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish
Girish Software Developer
From a server point of view, as long as the proxy is working, it should be transparent. But I suspect you wont be able to use TCPClient from the client, but rather WebClient or HttpWebRequest.
**
xacc.ide-0.2.0.50 - now with partial MSBuild support!
**
-
Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish
Girish Software Developer
Yes it is possible as far as ur server contail real IP. Doesn't metter where is the client.
regards, Divyang Mithaiwala System Engineer & Software Developer