Example #1
0
 public DavLock Lock(IResource resource, DavLock proposed)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public StatusCode Unlock(IResource resource, DavLock currentLock)
 {
     throw new NotImplementedException();
 }