Click or drag to resize

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; }

Property Value

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