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; }
Public MustOverride ReadOnly Property HttpMethod As String
Get
public:
virtual property String^ HttpMethod {
String^ get () abstract;
}
abstract HttpMethod : string with get
Property Value
Type:
String
A
String that contains the method used in the request.
See Also