3 references to ResponseHeadersStop
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1071
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
ResponseHeadersStop
((int)_response.StatusCode);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
405
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
ResponseHeadersStop
((int)_response.StatusCode);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
719
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
ResponseHeadersStop
((int)response.StatusCode);