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!

WebResponse.ContentLength

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);

See Also

WebResponse Class | WebResponse Members | System.Net Namespace