Processes the request.
Namespace: WebDAVSharp.Server.MethodHandlersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- server
- Type: WebDAVSharp.Server WebDavServer
The WebDavServer through which the request came in from the client.
- context
- Type: WebDAVSharp.Server.Adapters IHttpListenerContext
The IHttpListenerContext object containing both the request and response objects to use.
- store
- Type: WebDAVSharp.Server.Stores IWebDavStore
The IWebDavStore that the WebDavServer is hosting.
Implements
IWebDavMethodHandler ProcessRequest(WebDavServer, IHttpListenerContext, IWebDavStore)Exceptions
Exception | Condition |
---|---|
WebDavNotFoundException | |
WebDavNotFoundException | context specifies a request for a store item that does not exist. - or - context specifies a request for a store item that is not a document. |
WebDavConflictException | context specifies a request for a store item using a collection path that does not exist. |
See Also