DriveManager Class

IT Hit WebDAV for .NET

Represents drive service manager.

For a list of all members of this type, see DriveManager Members.

System.Object
   ITHit.MapWebDAVDrive.ServiceClient.DriveManager

[Visual Basic]
Public Class DriveManager
[C#]
public class DriveManager

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

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);
                
            

Requirements

Namespace: ITHit.MapWebDAVDrive.ServiceClient

Assembly: ITHit.MapWebDAVDrive.ServiceClient (in ITHit.MapWebDAVDrive.ServiceClient.dll)

See Also

DriveManager Members | ITHit.MapWebDAVDrive.ServiceClient Namespace