14 references to ShouldEvictConnection
System.Net.Http (14)
System\Net\Http\HttpRequestMessage.cs (1)
137
/// <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> for the connection that served the request, allowing
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
944
/// Invokes the user-supplied <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> callback for each
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (7)
34
/// The context passed to the <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> callback.
40
/// Allocated at establishment only when <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/>
47
/// <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> callback.
52
/// Set while the <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> callback is running for this connection.
64
/// <summary>Whether the connection has been marked for eviction by <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> and should no longer be used for new requests.</summary>
253
/// Runs the <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> callback for this connection
283
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(SocketsHttpHandler.
ShouldEvictConnection
)} threw an exception: {e}");
System\Net\Http\SocketsHttpHandler\SocketsHttpConnectionContext.cs (2)
39
/// <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/>, and the
47
/// id, which is the one reported to <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> and stamped on those
System\Net\Http\SocketsHttpHandler\SocketsHttpConnectionEvictionContext.cs (1)
10
/// Represents the context passed to <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> when a pooled
System\Net\Http\SocketsHttpHandler\SocketsHttpPlaintextStreamFilterContext.cs (2)
49
/// <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/>, and the <see cref="HttpRequestMessage.ConnectionId"/>
57
/// <see cref="SocketsHttpHandler.
ShouldEvictConnection
"/> and stamped on requests).