Share via


SocketsHttpPlaintextStreamFilterContext.PlaintextStream 屬性

定義

取得將用於 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 通訊協定要求和回應的純文字數據流。

適用於