Click or drag to resize

WebDavSessionAsyncIIS6SSLSupport Property

IT Hit WebDAV Classes Reference
Fixes urls for IIS 6 build-in WebDAV SSL connections.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public bool IIS6SSLSupport { get; set; }

Property Value

Type: Boolean
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