DavLockList

Undocumented in source.

Members

Functions

add
void add(DavLockInfo lockInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
canResolve
bool canResolve(string[] list, bool[string] headerLocks)
Undocumented in source. Be warned that the author may not have intended to support it.
check
bool check(URL url, IfHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
checkCondition
bool checkCondition(URL url, IfHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
existLock
bool existLock(string url, string uuid)
Undocumented in source. Be warned that the author may not have intended to support it.
hasEtag
bool hasEtag(string url, string etag)
Undocumented in source. Be warned that the author may not have intended to support it.
hasExclusiveLock
bool hasExclusiveLock(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
hasLock
bool hasLock(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
lockedParentResource
string[] lockedParentResource(URL url, long depth)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DavLockInfo opIndex(string path, string uuid)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DavLockInfo[string] opIndex(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(DavResource resource, string token)
Undocumented in source. Be warned that the author may not have intended to support it.
setETag
void setETag(URL url, string etag)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

etags
string[string] etags;
Undocumented in source.
locks
DavLockInfo[string][string] locks;
Undocumented in source.

Meta