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!

StreamWriter.BaseStream

Returns the base stream, which is a stream that interfaces with a backing store.

[Visual Basic]
Overridable Public ReadOnly Property BaseStream As Stream
[C#]
public Stream BaseStream {virtual get;}
[C++]
public: __property virtual Stream* get_BaseStream();
[JScript]
public function get BaseStream() : Stream;

Property Value

The base stream.

See Also

StreamWriter Class | StreamWriter Members | System.IO Namespace