Class | Description | |
---|---|---|
DavRequestExtensions |
Provides request extension methods specific to WebDAV. Such as access to of WebDAV lock-tokens sent by a client application.
| |
LockedException |
This exception shall be thrown in cases when item is locked and client didn't provide lock token or if the item is already locked.
| |
LockInfo |
Serves for exchanging locking information with WebDAV engine.
| |
LockResult |
Result of LockAsync(LockLevel, Boolean, NullableTimeSpan, String) operation.
| |
RefreshLockResult |
Result of RefreshLockAsync(String, NullableTimeSpan) operation.
|
Interface | Description | |
---|---|---|
ILock |
Defines the properties and methods that WebDAV Class 2 compliant server hierarchy items must implement.
|
Enumeration | Description | |
---|---|---|
LockLevel |
Level of lock.
|