C-DEngine 5.105

HttpListenerResponse..::..ContentLength64 Property

Gets or sets the number of bytes in the entity body data included in the response.

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

Syntax


public long ContentLength64 { get; set; }
Public Property ContentLength64 As Long
	Get
	Set
public:
property long long^ ContentLength64 {
	long long^ get ();
	void set (long long^ value);
}

Field Value

A Int64 that represents the value of the Content-Length entity-header.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException The value specified for a set operation is less than zero.
InvalidOperationException The response has already been sent.
ObjectDisposedException This object is closed.