Click or drag to resize
HTTPRequestContentLength Property

Returns the value of the Content-Length header field.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public long ContentLength { get; }

Property Value

Type: Int64
Remarks

The value -1 indicates that the length is unknown (Content-Length header is not present).

See Also