WebDavSessionAsyncPreAuthenticate Property
IT Hit WebDAV Classes Reference
Gets or sets a value that indicates whether to send an authenticate header with the request.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax public bool PreAuthenticate { get; set; }
Public Property PreAuthenticate As Boolean
Get
Set
public:
property bool PreAuthenticate {
bool get ();
void set (bool value);
}
member PreAuthenticate : bool with get, set
Property Value
Type:
BooleanRemarks true to send a WWW-authenticate HTTP header with requests after authentication has taken place;
otherwise, false. The default is true.
See Also