WebDavSession.IIS6SSLSupport Property

IT Hit WebDAV for .NET

Fixes urls for IIS 6 build-in WebDAV SSL connections.

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

Remarks

IIS 6 build-in WebDAV returns http instead of https in PROPFIND responses if SSL is used. Set this property to true to automatically fix incorrect urls.

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace