This documentation is archived and is not being maintained.
StreamWriter Properties
.NET Framework 1.1
The properties of the StreamWriter class are listed here. For a complete list of StreamWriter class members, see the StreamWriter Members topic.
Public Properties
AutoFlush Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to StreamWriter.Write. |
BaseStream Supported by the .NET Compact Framework. | Gets the underlying stream that interfaces with a backing store. |
Encoding Supported by the .NET Compact Framework. | Overridden. Gets the Encoding in which the output is written. |
FormatProvider (inherited from TextWriter)
Supported by the .NET Compact Framework. | Gets an object that controls formatting. |
NewLine (inherited from TextWriter)
Supported by the .NET Compact Framework. | Gets or sets the line terminator string used by the current TextWriter. |
See Also
Show:
