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