WebDavMkColMethodHandler ProcessRequest Method WebDAV#
Processes the request.

Namespace: WebDAVSharp.Server.MethodHandlers
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ProcessRequest(
	WebDavServer server,
	IHttpListenerContext context,
	IWebDavStore store
)

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