RequestAsyncHttpMethod Property
IT Hit WebDAV Classes Reference
Gets the HTTP method specified by the client.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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