IDriveServiceManager Interface

IT Hit WebDAV for .NET

Provides methods for mounting drives to file system.

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

[Visual Basic]
Public Interface IDriveServiceManager
[C#]
public interface IDriveServiceManager

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

IDriveServiceManager Members | ITHit.MapWebDAVDrive.ServiceClient Namespace