set_AutoFlush()

StreamWriter::set_AutoFlush(bool) method

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

void System::IO::StreamWriter::set_AutoFlush(bool value)

See Also