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!

Stream.DataAvailable

Determines whether there are any bytes available in the current stream.

[Visual Basic]
MustOverride Public ReadOnly Property DataAvailable As Boolean
[C#]
public bool DataAvailable {abstract get;}
[C++]
public: __property virtual bool get_DataAvailable() = 0;
[JScript]
public abstract function get DataAvailable() : Boolean;

Property Value

true if the end of the stream has not been reached; otherwise, false.

See Also

Stream Class | Stream Members | System.IO Namespace