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: 2024.1.0.0 (2024.1.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