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 协议请求和响应的纯文本流。

适用于