SslStream::CanTimeout Property
.NET Framework (current version)
Gets a Boolean value that indicates whether the underlying stream supports time-outs.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the underlying stream supports time-outs; otherwise, false.
This property returns the value returned by invoking CanTimeout on the underlying stream.
The underlying stream is specified when you create an instance of the SslStream class.
.NET Framework
Available since 2.0
Available since 2.0
Show: