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!

HttpRequest.TotalBytes

Gets number of bytes in current input stream.

[Visual Basic]
Public ReadOnly Property TotalBytes As Integer
[C#]
public int TotalBytes {get;}
[C++]
public: __property int get_TotalBytes();
[JScript]
public function get TotalBytes() : int;

Property Value

Number of bytes in input stream.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace