Namespace: ITHit.MapWebDAVDrive.Core
using ITHit.MapWebDAVDrive.Core; ... Management.InstallDriver("MyDriveMappingAppID"); System.Diagnostics.Process.Start("ShutDown", "/r /t 0"); ... string license = @"<?xml version='1.0' ... Management.SetLicense(license); ... ActiveDrive drive = new ActiveDrive('z', new Uri("http://dav.webdavsystem.com"), "User1", "pwd"); drive.Mount();