System.Net.Security.SslStream.CanWrite Property

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

Syntax

public override bool CanWrite { 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.CanWrite 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