C#: authentication at proxy
Sat, 2011-08-06 17:36 | SergeChel
C#: basic authentication at XML web-service
Sat, 2011-07-30 10:21 | SergeChel
In order to do a basic authentication, with username and password, for your request to remote XML web-service you have to set Credentials property of request object.

