AuthenticatedStream.InnerStream 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 AuthenticatedStream 用来发送和接收数据的流。
protected:
property System::IO::Stream ^ InnerStream { System::IO::Stream ^ get(); };
protected System.IO.Stream InnerStream { get; }
member this.InnerStream : System.IO.Stream
Protected ReadOnly Property InnerStream As Stream
属性值
Stream 对象。
注解
继承自 AuthenticatedStream 的类可以使用此属性访问传递给 的 AuthenticatedStream(Stream, Boolean)流。