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!

NetworkStream.Length

The length of data available on the stream. Always throws System..NotSupportedException.

[Visual Basic]
Overridable Public ReadOnly Property Length As Long
[C#]
public long Length {override get;}
[C++]
public: __property virtual __int64 get_Length();
[JScript]
public function get Length() : long;

Exceptions

Exception Type Condition
NotSupportedException Any access.

See Also

NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace