Click or drag to resize

DavRequestHttpMethod Property

IT Hit WebDAV Classes Reference
Gets the HTTP method specified by the client.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public abstract string HttpMethod { get; }

Property Value

Type: String
A String that contains the method used in the request.
See Also