Interface | Description |
---|---|
DepthSupport |
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND,
etc.) support a depth header.
|
Class | Description |
---|---|
AclMethod |
ACL Method.
|
AclReportMethod |
WebDAV Report method
This class is used to send an report
from the ACL specification.
|
BindMethod |
The BIND method modifies the collection identified by the Request-URI,
by adding a new binding from the segment specified in the BIND body
to the resource identified in the BIND body.
|
CheckinMethod |
The CHECKIN method can be applied to a checked-out version-controlled
resource to produce a new version whose content and dead properties are
copied from the checked-out resource.
|
CheckoutMethod |
The Checkout method can be applied to a checked-in version-controlled
resource.
|
CopyMethod |
COPY Method.
|
DeleteMethod |
DELETE Method.
|
HttpRequestBodyMethodBase |
PUT Method.
|
LabelMethod |
The Label method is used to manipulate labels on resources on the server.
|
LockMethod |
Web resources can be locked to ensure that only one user is updating
the resource at a time.
|
MkcolMethod |
The MKCOL method is used to create a new collection.
|
MkWorkspaceMethod |
The MkWorkspace method is used to create a new workspace.
|
MoveMethod |
MOVE Method.
|
OptionsMethod |
OPTIONS Method.
|
PollMethod |
Implements the POLL WebDAV method.
|
PropertyBodyHelper |
This class manages an array of PropertyNames.
|
PropFindMethod |
This class implements the WebDAV PROPFIND Method.
|
PropPatchMethod |
PROPPATCH Method.
|
RebindMethod |
The REBIND method removes a binding to a resource from one collection,
and adds a binding to that resource into another collection.
|
ReportMethod |
This class implements the WebDAV REPORT Method.
|
SearchMethod |
This class implements the WebDAV SEARCH Method.
|
SubscribeMethod |
Implements the SUBSCRIBE method.
|
UnbindMethod |
The UNBIND method modifies the collection identified by the Request-URI,
by removing the binding identified by the segment specified in the UNBIND
body.
|
UncheckoutMethod |
The Checkout method can be applied to a checked-in version-controlled
resource.
|
UnlockMethod |
UNLOCK Method.
|
UnsubscribeMethod |
Implements the UNSUBSCRIBE method.
|
UpdateMethod |
The Update method updates a version-controlled resource to a new version.
|
VersionControlMethod | |
XMLResponseMethodBase |
Utility class for XML response parsing.
|