Click or drag to resize

HttpListenerRequestContentLength64 Property

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

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

Property Value

Type: Int64

A Int64 converted from the value of the Content-Length header.

-1 if the header is not present.

See Also