System.Net.Security.AuthenticatedStream.LeaveInnerStreamOpen Property

Gets whether the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data has been left open.

Syntax

public bool LeaveInnerStreamOpen { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When set to true, the stream passed to the constructor of this class will not be closed after the instance of this class is closed. When set to false, closing the instance of this class will also close the underlined transport stream. The default value of this property is false.

Requirements

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