Request.HttpMethod Property

IT Hit WebDAV for .NET

Gets the HTTP method specified by the client.

[Visual Basic]
MustOverride Public ReadOnly Property HttpMethod As String
[C#]
public abstract string HttpMethod {get;}

Property Value

A String that contains the method used in the request.

See Also

Request Class | ITHit.WebDAV.Server Namespace