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 |
---|---|
WebDavUnauthorizedException |
See Also