System.Net.Security.AuthenticatedStream.InnerStream Property

Gets the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data.

Syntax

protected System.IO.Stream InnerStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Classes that inherit from System.Net.Security.AuthenticatedStream can use this property to access the stream passed to the AuthenticatedStream.#ctor(System.IO.Stream, bool).

Requirements

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