Click or drag to resize

DavEngineAsyncLicense Property

IT Hit WebDAV Classes Reference
Gets or sets the license text.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public string License { get; set; }

Property Value

Type: String
License string.
Remarks
Make sure you do not make any changes in Data and Signature tags as license validation will fail in this case.
Examples
...
engine.License = File.ReadAllText(HttpContext.Current.Request.PhysicalApplicationPath + "License.lic");
...
See Also