1 instantiation of SocketsHttpPlaintextStreamFilterContext
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
748
ValueTask<Stream> streamTask = Settings._plaintextStreamFilter(new
SocketsHttpPlaintextStreamFilterContext
(stream, httpVersion, request), cancellationToken);
2 references to SocketsHttpPlaintextStreamFilterContext
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
67
internal Func<
SocketsHttpPlaintextStreamFilterContext
, CancellationToken, ValueTask<Stream>>? _plaintextStreamFilter;
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
414
public Func<
SocketsHttpPlaintextStreamFilterContext
, CancellationToken, ValueTask<Stream>>? PlaintextStreamFilter