HttpListenerRequest.HttpMethod Property
Gets the HTTP method specified by the client.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public string HttpMethod { get; }
Property Value
A String that contains the method used in the request.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.
See Also
Reference
HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace