1 write to _connectionMetrics
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
72_connectionMetrics = new ConnectionMetrics(
4 references to _connectionMetrics
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (4)
80_connectionMetrics.ConnectionEstablished(); 102if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.ConnectionClosed(durationMs: Environment.TickCount64 - _creationTickCount); 119if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.IdleStateChanged(idle: true); 125if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.IdleStateChanged(idle: false);