Suppose that we want to connect to server with proxy="scs.msg.yahoo.com"
, port="5050"
, so we are using the internet connection with HTTP proxy like below :
Proxy : 192.168.4.10
Port : 8008
Username : username
Password : password
Now, how can i connect to my supposed server with TcpClient ? I wanna set Http proxy in my code and do not want to set it directly by changing Lan Settings in IE