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();
102
if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled)
_connectionMetrics
?.ConnectionClosed(durationMs: Environment.TickCount64 - _creationTickCount);
119
if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled)
_connectionMetrics
?.IdleStateChanged(idle: true);
125
if (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled)
_connectionMetrics
?.IdleStateChanged(idle: false);