Implemented interface member:
method
Trace
System.Net.Http.IHttpTrace.Trace(System.String, System.String)
3 overrides of Trace
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2160
public override void
Trace
(string message, [CallerMemberName] string? memberName = null) =>
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
463
public override void
Trace
(string message, [CallerMemberName] string? memberName = null) =>
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
2135
public sealed override void
Trace
(string message, [CallerMemberName] string? memberName = null) =>
8 references to Trace
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionWaiter.cs (2)
71
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Dequeued waiting request.");
78
connection.
Trace
(Task.IsCanceled
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (6)
155
Trace
(
166
Trace
($"{this}. Id:{Id}");
214
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"Exception from asynchronous processing: {e}");
231
if (NetEventSource.Log.IsEnabled())
Trace
($"Scavenging connection. Idle {TimeSpan.FromMilliseconds(idleTicks)} > {pooledConnectionIdleTimeout}.");
242
if (NetEventSource.Log.IsEnabled())
Trace
($"Scavenging connection. Lifetime {TimeSpan.FromMilliseconds(lifetimeTicks)} > {pooledConnectionLifetime}.");
249
if (NetEventSource.Log.IsEnabled())
Trace
($"Scavenging connection. Keep-Alive timeout exceeded, unexpected data or EOF received.");