WebDavSession.PreAuthenticate Property

IT Hit WebDAV for .NET

Gets or sets a value that indicates whether to send an authenticate header with the request.

[Visual Basic]
Public Property PreAuthenticate As Boolean
[C#]
public bool PreAuthenticate {get; set;}

Remarks

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

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace