Tuesday, April 26, 2005 - Posts

Calling a webservice through a proxy server

Here's a quick tip on how to call a webservice through a proxy server.                 Dim webproxy As New System.Net.WebProxy("Proxy server url or IP", myport)                 Read More