Mono Class Library: System.Net.WebProxy Overview | Members

System.Net.WebProxy.Credentials Property

Gets or sets the credentials to submit to the proxy server for authentication.

public ICredentials Credentials { set; get; }

Value

A System.Net.ICredentials object containing the credentials to submit to the proxy server for authentication.

Remarks

This property contains the authentication credentials to send to the proxy server in response to an HTTP 407 (proxy authorization) status code.

Note: For more information regarding HTTP status code 407, see HttpStatusCode.ProxyAuthenticationRequired.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0