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!

BufferedStream.DataAvailable

Determines whether data is available for reading without blocking.

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

Property Value

true if data is available, false otherwise. Also returns false if the stream is closed.

Exceptions

Exception Type Condition
IOException The underlying stream is null or closed.

See Also

BufferedStream Class | BufferedStream Members | System.IO Namespace