Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticatedStream::InnerStream Property

 

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

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

protected:
property Stream^ InnerStream {
	Stream^ get();
}

Property Value

Type: System.IO::Stream^

A Stream object.

Classes that inherit from AuthenticatedStream can use this property to access the stream passed to the AuthenticatedStream(Stream^, Boolean).

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft