Class NetworkAuthentication
Provides credentials for Network Authentication.
public class NetworkAuthentication : IAuthentication
- Inheritance
-
NetworkAuthentication
- Implements
- Inherited Members
- Extension Methods
Constructors
NetworkAuthentication(string, string)
Initializes credentials for Network Authentication.
public NetworkAuthentication(string username, string password)
Parameters
username
stringUsername to use for Network Authentication
password
stringPassword to use for Network Authentication
Methods
Apply(ref MyWebClient)
Apply the authentication to webclient.
public void Apply(ref MyWebClient webClient)
Parameters
webClient
MyWebClientWebClient for which you want to use this authentication method.