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!

BinaryWriter.BaseStream

Flushes all pending writes and returns the stream associated with the writer.

[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 stream associated with the writer.

Remarks

All subclasses should override Flush to ensure that all buffered data is sent to the stream.

See Also

BinaryWriter Class | BinaryWriter Members | System.IO Namespace