HTTPResponseContentLength Property |
Returns the size of the body, in bytes (Content-Length entity header)
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 See Also