SocketsHttpPlaintextStreamFilterContext.PlaintextStream 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得將用於 HTTP 通訊協定要求和回應的純文字 Stream。
public:
property System::IO::Stream ^ PlaintextStream { System::IO::Stream ^ get(); };
public System.IO.Stream PlaintextStream { get; }
member this.PlaintextStream : System.IO.Stream
Public ReadOnly Property PlaintextStream As Stream
屬性值
將用於 HTTP 通訊協定要求和回應的純文字數據流。