This interface must be implemented by a class that will respond
to requests from a client by handling specific HTTP methods.
Namespace: WebDAVSharp.Server.MethodHandlersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IWebDavMethodHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
ProcessRequest |
Processes the request.
|
Properties
Name | Description | |
---|---|---|
Names |
Gets the collection of the names of the HTTP methods handled by this instance.
|
See Also