System.Net.FileWebRequest.Credentials Property

Gets or sets the credentials that are associated with this request. This property is reserved for future use.

Syntax

public override ICredentials Credentials { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Because the System.Net.FileWebRequest class does not authenticate requests for files from the local file system, it ignores the contents, if any, of the FileWebRequest.Credentials property. Authentication for System.Net.FileWebRequest is handled by the access control lists for the file resource in the underlying file system.

Requirements

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