IWebDavMethodHandler InterfaceWebDAV#
This interface must be implemented by a class that will respond to requests from a client by handling specific HTTP methods.

Namespace: WebDAVSharp.Server.MethodHandlers
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IWebDavMethodHandler

The IWebDavMethodHandler type exposes the following members.

Methods
  NameDescription
Public methodProcessRequest
Processes the request.
Top
Properties
  NameDescription
Public propertyNames
Gets the collection of the names of the HTTP methods handled by this instance.
Top
See Also