get_CanWrite()

SslStream::get_CanWrite() const method

Determines if the stream is writable.

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

Return Value

True if the stream is writable; otherwise - false

See Also