NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebResponse.ContentLength

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;

Remarks

The ContentLength property contains the value of the Content-Length header returned with the response.

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace