Implemented interface member:
method
Trace
System.Net.Http.IHttpTrace.Trace(System.String, System.String)
27 references to Trace
System.Net.Http (27)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (24)
151
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(initialWindowSize)}={initialWindowSize}");
186
if (NetEventSource.Log.IsEnabled())
Trace
($"{_request.Content}");
238
if (NetEventSource.Log.IsEnabled())
Trace
($"Finished sending request body.");
242
if (NetEventSource.Log.IsEnabled())
Trace
($"Failed to send request body: {e}");
336
if (NetEventSource.Log.IsEnabled())
Trace
($"Waiting to send request body content for 100-Continue.");
351
if (NetEventSource.Log.IsEnabled()) thisRef.
Trace
($"100-Continue timer expired.");
370
if (NetEventSource.Log.IsEnabled())
Trace
($"Stream reset. Request={_requestCompletionState}, Response={_responseCompletionState}.");
387
if (NetEventSource.Log.IsEnabled())
Trace
($"Stream complete. Request={_requestCompletionState}, Response={_responseCompletionState}.");
404
if (NetEventSource.Log.IsEnabled())
Trace
("");
559
if (NetEventSource.Log.IsEnabled())
Trace
($"Invalid request pseudo-header ID {index}.");
582
if (NetEventSource.Log.IsEnabled())
Trace
($"Invalid request pseudo-header ID {index}.");
615
if (NetEventSource.Log.IsEnabled())
Trace
($"Status code is {statusCode}");
630
if (NetEventSource.Log.IsEnabled())
Trace
("Received extra status header.");
637
if (NetEventSource.Log.IsEnabled())
Trace
($"Status pseudo-header received in {_responseProtocolState} state.");
651
if (NetEventSource.Log.IsEnabled())
Trace
("Received 100-Continue status.");
670
if (NetEventSource.Log.IsEnabled())
Trace
($"Expecting 100 Continue but received final status {statusCode}.");
679
if (NetEventSource.Log.IsEnabled())
Trace
($"{descriptor.Name}: {Encoding.ASCII.GetString(value)}");
700
if (NetEventSource.Log.IsEnabled())
Trace
("Received header before status.");
744
if (NetEventSource.Log.IsEnabled())
Trace
($"Invalid response pseudo-header '{Encoding.ASCII.GetString(name)}'.");
803
if (NetEventSource.Log.IsEnabled())
Trace
("Trailing headers received without endStream");
944
if (NetEventSource.Log.IsEnabled())
Trace
($"{nameof(resetException)}={resetException}, {nameof(resetStreamErrorCode)}={resetStreamErrorCode}");
1097
if (NetEventSource.Log.IsEnabled())
Trace
($"Received response: {_response}");
1560
if (NetEventSource.Log.IsEnabled()) _http2Stream?.
Trace
("");
1567
if (NetEventSource.Log.IsEnabled()) _http2Stream?.
Trace
($"Error: {e}");
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (3)
30
if (NetEventSource.Log.IsEnabled()) stream.
Trace
($"[FlowControl] InitialClientStreamWindowSize: {StreamWindowSize}, StreamWindowThreshold: {StreamWindowThreshold}, WindowScaleThresholdMultiplier: {WindowScaleThresholdMultiplier}");
118
if (NetEventSource.Log.IsEnabled()) stream.
Trace
($"[FlowControl] Updated Stream Window. StreamWindowSize: {StreamWindowSize}, StreamWindowThreshold: {StreamWindowThreshold}");
123
if (NetEventSource.Log.IsEnabled()) stream.
Trace
($"[FlowControl] StreamWindowSize reached the configured maximum of {MaxStreamWindowSize}.");