Click or drag to resize

HttpListenerResponseContentLength64 Property

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public long ContentLength64 { get; set; }

Property Value

Type: Int64
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.
See Also