HttpWebRequest.Credentials Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets authentication information for the request.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.ICredentialsAn ICredentials that contains the authentication credentials associated with the request. The default is Nothing.
In Windows Phone, this method overrides the default WebRequest.Credentials property on the HttpWebRequest class. This property override applies only to the versions listed in "Version Information" later in this topic.
For more information, see the base class, WebRequest.Credentials.
Show: