Base:
method
Trace
System.Net.Http.HttpConnectionBase.Trace(System.String, System.String)
54 references to Trace
System.Net.Http (54)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (12)
103
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found expired HTTP/2 connection in pool.");
111
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found HTTP/2 connection in pool without available streams.");
132
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Found usable HTTP/2 connection in pool.");
365
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"{nameof(isNewConnection)}={isNewConnection}");
379
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Disposing HTTP2 connection return to pool. Connection lifetime expired.");
450
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Put HTTP2 connection in pool.");
456
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("Disposing HTTP2 connection returned to pool. Pool was disposed.");
473
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("New HTTP2 connection is unusable due to no available streams.");
499
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("");
507
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"{nameof(connection.WaitForAvailableStreamsAsync)} completed, {nameof(usable)}={usable}");
526
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("HTTP2 connection no longer usable");
537
if (NetEventSource.Log.IsEnabled()) connection.
Trace
("");
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (38)
223
if (NetEventSource.Log.IsEnabled())
Trace
($"Initial connection-level WINDOW_UPDATE, windowUpdateAmount={windowUpdateAmount}");
273
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}");
323
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(_streamsInUse)}={_streamsInUse}");
374
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(result)}={result}, {nameof(_availableStreamsWaiter)}?={_availableStreamsWaiter is not null}");
388
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(_outgoingBuffer.ActiveLength)}={_outgoingBuffer.ActiveLength}");
408
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(initialFrame)}={initialFrame}");
448
Trace
($"HTTP/2 handshake failed. Server returned {response}");
504
if (NetEventSource.Log.IsEnabled())
Trace
($"Frame 0: {frameHeader}.");
563
if (NetEventSource.Log.IsEnabled())
Trace
($"Frame {frameNum}: {frameHeader}.");
616
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(ProcessIncomingFramesAsync)}: {e.Message}");
650
if (NetEventSource.Log.IsEnabled())
Trace
($"{frameHeader}");
753
if (NetEventSource.Log.IsEnabled())
Trace
($"{frameHeader}");
855
if (NetEventSource.Log.IsEnabled())
Trace
($"Applying setting {(SettingId)settingId}={settingValue}");
936
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(newValue)}={newValue}, {nameof(_streamsInUse)}={_streamsInUse}, {nameof(_availableStreamsWaiter)}?={_availableStreamsWaiter is not null}");
950
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(newSize)}={newSize}");
1001
if (NetEventSource.Log.IsEnabled())
Trace
($"Received PING frame, content:{pingContentLong} ack: {frameHeader.AckFlag}");
1024
if (NetEventSource.Log.IsEnabled())
Trace
($"{frameHeader}. {nameof(amount)}={amount}");
1247
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(writeBytes)}={writeBytes}");
1280
if (NetEventSource.Log.IsEnabled())
Trace
($"Unexpected exception in {nameof(ProcessOutgoingFramesAsync)}: {e}");
1293
if (NetEventSource.Log.IsEnabled()) thisRef.
Trace
("Started writing.");
1305
if (NetEventSource.Log.IsEnabled()) state.thisRef.
Trace
($"Started writing. {nameof(pingContent)}={state.pingContent}");
1342
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(HeartBeat)}: {e.Message}");
1355
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(index)}={index}");
1368
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(index)}={index}, {nameof(value)}={value}");
1381
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(name)}={name}, {nameof(values)}={string.Join(", ", values)}");
1394
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(values)}={string.Join(Encoding.ASCII.GetString(separator ?? []), values)}");
1407
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(value)}={value}");
1420
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(bytes.Length)}={bytes.Length}");
1429
if (NetEventSource.Log.IsEnabled())
Trace
("");
1501
if (NetEventSource.Log.IsEnabled())
Trace
("");
1789
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(amount)}={amount}");
1796
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(_pendingWindowUpdate)} {_pendingWindowUpdate} < {ConnectionWindowThreshold}.");
1809
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(_pendingWindowUpdate)}={_pendingWindowUpdate}");
1821
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(abortException)}=={abortException}");
1829
if (NetEventSource.Log.IsEnabled())
Trace
($"Abort called while already aborting. {nameof(abortException)}={abortException}");
1855
if (NetEventSource.Log.IsEnabled())
Trace
("");
2003
if (NetEventSource.Log.IsEnabled())
Trace
($"Sending request: {request}");
2048
if (NetEventSource.Log.IsEnabled())
Trace
($"Sending request content failed: {e}");
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (4)
222
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"[FlowControl] Sending RTT PING with payload {_pingCounter}");
233
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"[FlowControl] Unexpected PING ACK in state {_state}");
248
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"[FlowControl] Unexpected RTT PING ACK payload {payload}, should be {_pingCounter}.");
277
if (NetEventSource.Log.IsEnabled()) connection.
Trace
($"[FlowControl] Updated MinRtt: {MinRtt.TotalMilliseconds} ms");