StreamWriter Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| AutoFlush | Gets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to StreamWriter.Write. |
| BaseStream | Gets the underlying stream that interfaces with a backing store. |
| Encoding | Overridden. Gets the Encoding in which the output is written. |
| FormatProvider | Gets an object that controls formatting. (inherited from TextWriter) |
| NewLine | Gets or sets the line terminator string used by the current TextWriter. (inherited from TextWriter) |
Community Additions
ADD
Show: