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!

FileStream.DataAvailable

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

[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 the end of the stream has not been reached; false otherwise.

See Also

FileStream Class | FileStream Members | System.IO Namespace