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

System.Net.WebClient.Credentials Property

Gets or sets the network credentials used to authenticate the client making the current request. [Edit]

public ICredentials Credentials { set; get; }

Value

A System.Net.ICredentials containing the authentication credentials for the request. The default is null. [Edit]

Remarks

The WebClient.Credentials property contains the authentication credentials required to access the Internet resource. [Edit]

Requirements

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