IHttpListenerRequest
HttpMethod Property
WebDAV#
Gets the HTTP method specified by the client.
Namespace:
WebDAVSharp.Server.Adapters
Assembly:
WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy to Clipboard
Print
string
HttpMethod
{
get
; }
string HttpMethod { get; }
Property Value
Type:
String
The HTTP method.
See Also
Reference
IHttpListenerRequest Interface
WebDAVSharp.Server.Adapters Namespace