Mono Class Library: Overview

System.IO.StreamWriter: Property Members

The properties of System.IO.StreamWriter are listed below. For a list of all members, see the StreamWriter Members list.

See Also: Inherited members from System.IO.TextWriter

Public Properties

AutoFlushbool. Gets or sets a bool value indicating whether the current System.IO.StreamWriter will flush its buffer to the underlying stream after every call to StreamWriter.Write(char).
[read-only]
BaseStreamStream. Gets the underlying stream.
[read-only]
override
EncodingSystem.Text.Encoding. Gets the System.Text.Encoding in which the output is written.