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;
The stream associated with the writer.
All subclasses should override Flush to ensure that all buffered data is sent to the stream.
BinaryWriter Class | BinaryWriter Members | System.IO Namespace