WebClient.Credentials Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.ICredentialsAn ICredentials containing the authentication credentials for the request. The default is null.
Show: