Gets the lenght of the content returned by the request.
[Visual Basic] Overridable Public ReadOnly Property ContentLength As Long [C#] public long ContentLength {override get;} [C++] public: __property virtual __int64 get_ContentLength(); [JScript] public function get ContentLength() : long;
The ContentLength property contains the value of the Content-Length header returned with the response.
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace