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

Determines whether the current stream supports reading.

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

Property Value

true if the stream supports reading. All MemoryStream objects support reading, so the value is always true.

See Also

MemoryStream Class | MemoryStream Members | System.IO Namespace