System.Net.Security.SslStream.CanRead Property

Gets a bool value that indicates whether the underlying stream is readable.

Syntax

public override bool CanRead { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If successful authentication has occurred, this property returns the value returned by invoking System.IO.Stream.CanRead 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