BinaryWebResponseContentLength Property |
Gets the length of the content returned by the request.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.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:
Int64See Also