1 instantiation of SocketsHttpConnectionEvictionContext
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
107_evictionContext = new SocketsHttpConnectionEvictionContext(
6 references to SocketsHttpConnectionEvictionContext
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
37private SocketsHttpConnectionEvictionContext? _evictionContext;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
69internal Func<SocketsHttpConnectionEvictionContext, CancellationToken, Task<bool>>? _shouldEvictConnection;
System\Net\Http\SocketsHttpHandler\SocketsHttpConnectionContext.cs (1)
38/// <see cref="SocketsHttpConnectionEvictionContext.ConnectionId"/> passed to
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
435/// <see cref="SocketsHttpConnectionEvictionContext"/> describing the connection. Returning <see langword="true"/> 454public Func<SocketsHttpConnectionEvictionContext, CancellationToken, Task<bool>>? ShouldEvictConnection
System\Net\Http\SocketsHttpHandler\SocketsHttpPlaintextStreamFilterContext.cs (1)
48/// <see cref="SocketsHttpConnectionEvictionContext.ConnectionId"/> passed to