1 write to _plaintextStream
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpPlaintextStreamFilterContext.cs (1)
22
_plaintextStream
= plaintextStream;
1 reference to _plaintextStream
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpPlaintextStreamFilterContext.cs (1)
31
public Stream PlaintextStream =>
_plaintextStream
;