When overridden in a derived class, gets or sets the content length of data being received.
[Visual Basic] Overridable Public Property ContentLength As Long [C#] public long ContentLength {virtual get; virtual set;} [C++] public: __property virtual __int64 get_ContentLength(); public: __property virtual void set_ContentLength(__int64); [JScript] public function get ContentLength() : long; public function set ContentLength(long);
WebResponse Class | WebResponse Members | System.Net Namespace