| Class | Description | |
|---|---|---|
| WebDavCopyMethodHandler |
This class implements the COPY HTTP method for WebDAV#.
| |
| WebDavDeleteMethodHandler |
This class implements the DELETE HTTP method for WebDAV#.
| |
| WebDavGetMethodHandler |
This class implements the GET HTTP method for WebDAV#.
| |
| WebDavHeadMethodHandler |
This class implements the PROPFIND HTTP method for WebDAV#.
| |
| WebDavMethodHandlerBase |
This is the base class for IWebDavMethodHandler implementations.
| |
| WebDavMethodHandlers |
This class contains code to produce the built-in
IWebDavMethodHandler instances known by WebDAV#.
| |
| WebDavMkColMethodHandler |
This class implements the MKCOL HTTP method for WebDAV#.
| |
| WebDavMoveMethodHandler |
This class implements the MOVE HTTP method for WebDAV#.
| |
| WebDavOptionsMethodHandler |
This class implements the OPTIONS HTTP method for WebDAV#.
| |
| WebDavPropfindMethodHandler |
This class implements the PROPFIND HTTP method for WebDAV#.
| |
| WebDavPutMethodHandler |
This class implements the PUT HTTP method for WebDAV#.
| |
| WebDavUnlockMethodHandler |
This class implements the PUT HTTP method for WebDAV#.
|
| Interface | Description | |
|---|---|---|
| IWebDavMethodHandler |
This interface must be implemented by a class that will respond
to requests from a client by handling specific HTTP methods.
|