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)
172if (NetEventSource.Log.IsEnabled()) connection.Trace("Found expired HTTP/3 connection in pool."); 182if (NetEventSource.Log.IsEnabled()) connection.Trace("Found HTTP/3 connection in pool without available streams."); 203if (NetEventSource.Log.IsEnabled()) connection.Trace("Found usable HTTP/3 connection in pool."); 369if (NetEventSource.Log.IsEnabled()) connection.Trace($"{nameof(isNewConnection)}={isNewConnection}"); 383if (NetEventSource.Log.IsEnabled()) connection.Trace("Disposing HTTP3 connection return to pool. Connection lifetime expired."); 458if (NetEventSource.Log.IsEnabled()) connection.Trace("Put HTTP3 connection in pool."); 464if (NetEventSource.Log.IsEnabled()) connection.Trace("Disposing HTTP3 connection returned to pool. Pool was disposed."); 493if (NetEventSource.Log.IsEnabled()) connection.Trace(""); 501if (NetEventSource.Log.IsEnabled()) connection.Trace($"{nameof(connection.WaitForAvailableStreamsAsync)} completed, {nameof(usable)}={usable}"); 520if (NetEventSource.Log.IsEnabled()) connection.Trace("HTTP3 connection no longer usable"); 536if (NetEventSource.Log.IsEnabled()) connection.Trace("");
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (12)
154Trace($"{nameof(QuicConnection)} failed to close: {closeTask.Exception!.InnerException}"); 163Trace($"{nameof(QuicConnection)} failed to dispose: {ex}"); 185if (NetEventSource.Log.IsEnabled()) Trace($"_availableRequestStreamsCount = {_availableRequestStreamsCount}"); 203if (NetEventSource.Log.IsEnabled()) Trace($"_availableRequestStreamsCount = {_availableRequestStreamsCount}"); 219if (NetEventSource.Log.IsEnabled()) Trace($"_availableRequestStreamsCount = {_availableRequestStreamsCount} + bidirectionalStreamsCountIncrement = {args.BidirectionalIncrement}"); 322if (NetEventSource.Log.IsEnabled()) Trace($"Sending request: {request}"); 362Trace($"{nameof(abortException)}=={abortException}"); 400Trace($"GOAWAY received. First rejected stream ID = {firstRejectedStreamId}"); 419Trace("HTTP/3 server sent GOAWAY with increasing stream ID. Retried requests may have been double-processed by server."); 754Trace($"Received reserved frame: {frameType}"); 772Trace($"Control stream closed by the server."); 855if (NetEventSource.Log.IsEnabled()) Trace($"Applying setting {(Http3SettingType)settingId}={settingValue}");