Click or drag to resize

WebDavSessionIIS6SSLSupport 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: 6.0.4052-Beta
Syntax
public bool IIS6SSLSupport { get; set; }

Property Value

Type: Boolean

Implements

ISessionIIS6SSLSupport
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