System::IO::StreamWriter::get_AutoFlush method

StreamWriter::get_AutoFlush method

Returns a value that indicates whether the StreamWriter will flush the data to the underlying stream every time method StreamWriter::Write is called.

bool System::IO::StreamWriter::get_AutoFlush() const

See Also