1 write to _connectionMetrics
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
129_connectionMetrics = new ConnectionMetrics(
4 references to _connectionMetrics
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (4)
137_connectionMetrics.ConnectionEstablished(); 163if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.ConnectionClosed(durationMs: Environment.TickCount64 - _creationTickCount); 180if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.IdleStateChanged(idle: true); 186if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled) _connectionMetrics?.IdleStateChanged(idle: false);