K
KrippZ
Hello !
I need some help with making my client app use a proxied connection.
I've set the "Proxy" property of my web referance in the following way
web.Proxy = new System.Net.WebProxy(proxyAdress, proxyPort);
is this enought or do I need to be thinking of other stuff like the
"Credential" property?
//KrippZ
I need some help with making my client app use a proxied connection.
I've set the "Proxy" property of my web referance in the following way
web.Proxy = new System.Net.WebProxy(proxyAdress, proxyPort);
is this enought or do I need to be thinking of other stuff like the
"Credential" property?
//KrippZ
i have checked and the guys said it was fine as