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!

MemoryStream.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

The status (open or closed) of the stream, and the beginning writing position within it.

See Also

MemoryStream Class | MemoryStream Members | System.IO Namespace