Initializes a new instance of DriveSettings class.
[Visual Basic]
Overloads Public Sub New( _
ByVal
driveLetter As
Char, _
ByVal
serverUrl As
Uri, _
ByVal
userLogin As
String, _
ByVal
password As
String _
)
[C#]
public DriveSettings(
char driveLetter,
Uri serverUrl,
string userLogin,
string password);
Parameters
-
driveLetter
- Drive letter.
-
serverUrl
- WebDAV Server URL.
-
userLogin
- User name used when connecting to WebDAV server. In case of domain authentication specify user name in the DOMAIN\Login format
-
password
- Password used when connecting to WebDAV server.
See Also
DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace | DriveSettings Constructor Overload List