StreamWriter Properties
Silverlight
The StreamWriter type exposes the following members.
| 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 | When it is called by trusted applications, gets the underlying stream that interfaces with a backing store. |
|
Encoding | When it is called by trusted applications, gets the Encoding in which the output is written. (Overrides TextWriter::Encoding.) |
|
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: