1 instantiation of SocketsHttpConnectionContext
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
682ValueTask<Stream> streamTask = Settings._connectCallback(new SocketsHttpConnectionContext(endPoint, initialRequest, connectionId), cancellationToken);
4 references to SocketsHttpConnectionContext
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
66internal Func<SocketsHttpConnectionContext, CancellationToken, ValueTask<Stream>>? _connectCallback;
System\Net\Http\SocketsHttpHandler\SocketsHttpConnectionEvictionContext.cs (1)
59/// <see cref="SocketsHttpConnectionContext.ConnectionId"/> seen by a custom
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
406public Func<SocketsHttpConnectionContext, CancellationToken, ValueTask<Stream>>? ConnectCallback
System\Net\Http\SocketsHttpHandler\SocketsHttpPlaintextStreamFilterContext.cs (1)
46/// <see cref="SocketsHttpConnectionContext.ConnectionId"/> surfaced to