Mono Class Library: OverviewSystem.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
AutoFlush bool. 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] BaseStream Stream. Gets the underlying stream. [read-only] overrideEncoding System.Text.Encoding. Gets the System.Text.Encoding in which the output is written.