WebDAVSharp.Server.MethodHandlers NamespaceWebDAV#
Classes
  ClassDescription
Public classWebDavCopyMethodHandler
This class implements the COPY HTTP method for WebDAV#.
Public classWebDavDeleteMethodHandler
This class implements the DELETE HTTP method for WebDAV#.
Public classWebDavGetMethodHandler
This class implements the GET HTTP method for WebDAV#.
Public classWebDavHeadMethodHandler
This class implements the PROPFIND HTTP method for WebDAV#.
Public classWebDavMethodHandlerBase
This is the base class for IWebDavMethodHandler implementations.
Public classWebDavMethodHandlers
This class contains code to produce the built-in IWebDavMethodHandler instances known by WebDAV#.
Public classWebDavMkColMethodHandler
This class implements the MKCOL HTTP method for WebDAV#.
Public classWebDavMoveMethodHandler
This class implements the MOVE HTTP method for WebDAV#.
Public classWebDavOptionsMethodHandler
This class implements the OPTIONS HTTP method for WebDAV#.
Public classWebDavPropfindMethodHandler
This class implements the PROPFIND HTTP method for WebDAV#.
Public classWebDavPutMethodHandler
This class implements the PUT HTTP method for WebDAV#.
Public classWebDavUnlockMethodHandler
This class implements the PUT HTTP method for WebDAV#.
Interfaces
  InterfaceDescription
Public interfaceIWebDavMethodHandler
This interface must be implemented by a class that will respond to requests from a client by handling specific HTTP methods.