System.Net.Security.SslStream.CanTimeout Property

Gets a bool value that indicates whether the underlying stream supports time-outs.

Syntax

public override bool CanTimeout { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property returns the value returned by invoking System.IO.Stream.CanTimeout on the underlying stream.

The underlying stream is specified when you create an instance of the System.Net.Security.SslStream class.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0