System::Net::Security::SslStream::get_CanWrite method

SslStream::get_CanWrite method

Determines if the stream is writable.

bool System::Net::Security::SslStream::get_CanWrite() const override

ReturnValue

True if the stream is writable; otherwise - false

See Also