HTTPRequestContentLength Property |
Returns the value of the Content-Length header field.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public long ContentLength { get; }
Public ReadOnly Property ContentLength As Long
Get
public:
property long long ContentLength {
long long get ();
}
member ContentLength : int64 with get
Property Value
Type:
Int64Remarks The value -1 indicates that the length is unknown (Content-Length header is not present).
See Also