FileWebRequest.PreAuthenticate Property

Definition

Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use.

public:
 virtual property bool PreAuthenticate { bool get(); void set(bool value); };
public override bool PreAuthenticate { get; set; }
member this.PreAuthenticate : bool with get, set
Public Overrides Property PreAuthenticate As Boolean

Property Value

true to preauthenticate; otherwise, false.

Remarks

The PreAuthenticate property is currently not used by the FileWebRequest class.

Applies to