public System.Net.ICredentials Credentials { get; set; }
Member of System.Net.WebClient
Summary:
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
Return Values:
An System.Net.ICredentials containing the authentication credentials for the request. The default is null.