Base:
method
Trace
System.Net.Http.HttpConnectionBase.Trace(System.String, System.String)
23 references to Trace
System.Net.Http (23)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (11)
162
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found expired HTTP/3 connection in pool.");
172
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found HTTP/3 connection in pool without available streams.");
193
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found usable HTTP/3 connection in pool.");
360
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"{nameof(isNewConnection)}={isNewConnection}");
374
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Disposing HTTP3 connection return to pool. Connection lifetime expired.");
449
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Put HTTP3 connection in pool.");
455
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Disposing HTTP3 connection returned to pool. Pool was disposed.");
484
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("");
492
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"{nameof(connection.WaitForAvailableStreamsAsync)} completed, {nameof(usable)}={usable}");
511
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("HTTP3 connection no longer usable");
527
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("");
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (12)
150
Trace
($"{nameof(QuicConnection)} failed to close: {closeTask.Exception!.InnerException}");
159
Trace
($"{nameof(QuicConnection)} failed to dispose: {ex}");
181
if (NetEventSource.Log.IsEnabled())
Trace
($"_availableRequestStreamsCount = {_availableRequestStreamsCount}");
199
if (NetEventSource.Log.IsEnabled())
Trace
($"_availableRequestStreamsCount = {_availableRequestStreamsCount}");
215
if (NetEventSource.Log.IsEnabled())
Trace
($"_availableRequestStreamsCount = {_availableRequestStreamsCount} + bidirectionalStreamsCountIncrement = {args.BidirectionalIncrement}");
316
if (NetEventSource.Log.IsEnabled())
Trace
($"Sending request: {request}");
356
Trace
($"{nameof(abortException)}=={abortException}");
392
Trace
($"GOAWAY received. First rejected stream ID = {firstRejectedStreamId}");
409
Trace
("HTTP/3 server sent GOAWAY with increasing stream ID. Retried requests may have been double-processed by server.");
744
Trace
($"Received reserved frame: {frameType}");
762
Trace
($"Control stream closed by the server.");
845
if (NetEventSource.Log.IsEnabled())
Trace
($"Applying setting {(Http3SettingType)settingId}={settingValue}");