NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StreamWriter Properties

The properties of the StreamWriter class are listed below. For a complete list of StreamWriter class members, see the StreamWriter Members topic.

Public:

AutoFlush Determines whether the encoder obtained from the Encoding object will flush or maintain its internal state after encoding a sequence of characters.
BaseStream Returns the base stream, which is a stream that interfaces with a backing store.
NewLine (inherited from TextWriter) Sets or gets the line terminator string used by the current TextWriter.

See Also

StreamWriter Class | System.IO Namespace