Represents drive service manager.
For a list of all members of this type, see DriveManager Members.
System.Object
ITHit.MapWebDAVDrive.ServiceClient.DriveManager
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The following example demonstrates how to mount a new WebDAV drive using Service API.
DriveSettings driveSettings = new DriveSettings('z', new Uri("http://dav.webdavsystem.com/"), "User1", "pwd");
IDriveServiceManager manager = DriveManager.GetManager();
manager.AddDrive(driveSettings);
Namespace: ITHit.MapWebDAVDrive.ServiceClient
Assembly: ITHit.MapWebDAVDrive.ServiceClient (in ITHit.MapWebDAVDrive.ServiceClient.dll)
DriveManager Members | ITHit.MapWebDAVDrive.ServiceClient Namespace