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