C-DEngine 5.105

HttpListenerRequest..::..HttpMethod Property

Gets the HTTP method used in the request.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string HttpMethod { get; }
Public ReadOnly Property HttpMethod As String
	Get
public:
property String^ HttpMethod {
	String^ get ();
}

Field Value

A String that represents the HTTP method used in the request.