System::IO::BufferedStream::get_CanWrite method

BufferedStream::get_CanWrite method

Determines if the stream is writable.

virtual bool System::IO::BufferedStream::get_CanWrite() const override

ReturnValue

True if the stream is writable; otherwise - false

See Also