Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
true to send a WWW-authenticate HTTP header with requests after authentication has taken place; otherwise, false. The default is true.
See Also