get_AutoFlush()

StreamWriter::get_AutoFlush() const 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