get_CanTimeout()

SslStream::get_CanTimeout() const method

Gets a value that determines whether the current stream can time out.

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

Return Value

True when the current stream can time out, otherwise - false.

See Also