DriveSettings.Impersonate Field

IT Hit WebDAV for .NET

Specifies if to use current user credentials when accessing WebDAV server.

[Visual Basic]
Public Impersonate As Boolean
[C#]
public bool Impersonate;

Remarks

If this option is set to true, when accessing WebDAV server, the drive will act on behalf of the user accessing the drive. The user name and password are ignored in this case.

See Also

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace