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; }
Public Property IIS6SSLSupport As Boolean
Get
Set
public:
virtual property bool IIS6SSLSupport {
bool get () sealed;
void set (bool value) sealed;
}
abstract IIS6SSLSupport : bool with get, set
override IIS6SSLSupport : bool with get, set
Property Value
Type:
BooleanImplements
ISessionIIS6SSLSupportRemarks 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