C-DEngine 5.105

HttpListenerRequest..::..ContentLength64 Property

Gets the number of bytes in the entity body data included in the request.

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

Syntax


public long ContentLength64 { get; }
Public ReadOnly Property ContentLength64 As Long
	Get
public:
property long long^ ContentLength64 {
	long long^ get ();
}

Field Value

A Int64 that represents the value of the Content-Length entity-header, or -1 if the value isn't known.