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)數據流。