Click or drag to resize

ErrorDetailsLOCK_TOKEN_MATCHES_REQUEST_URI Field

IT Hit WebDAV Classes Reference
A request may include a Lock-Token header to identify a lock for the UNLOCK method. However, if the Request-URI does not fall within the scope of the lock identified by the token, the server SHOULD use this error. The lock may have a scope that does not include the Request-URI, or the lock could have disappeared, or the token may be invalid.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public static readonly ErrorDetails LOCK_TOKEN_MATCHES_REQUEST_URI

Field Value

Type: ErrorDetails
See Also