C-DEngine 5.105

HttpListenerRequest..::..HasEntityBody Property

Gets a value indicating whether the request has the entity body.

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

Syntax


public bool HasEntityBody { get; }
Public ReadOnly Property HasEntityBody As Boolean
	Get
public:
property bool^ HasEntityBody {
	bool^ get ();
}

Field Value

true if the request has the entity body; otherwise, false.