1 instantiation of HttpConnectionsEventSource
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
11
public static readonly HttpConnectionsEventSource Log = new
HttpConnectionsEventSource
();
5 references to HttpConnectionsEventSource
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
592
if (
HttpConnectionsEventSource
.Log.IsEnabled() || MetricsContext.ConnectionDurationEnabled)
597
HttpConnectionsEventSource
.Log.ConnectionStart(ConnectionId);
Internal\HttpConnectionManager.cs (2)
99
HttpConnectionsEventSource
.Log.ConnectionStop(id, connection.StartTimestamp, currentTimestamp);
158
HttpConnectionsEventSource
.Log.ConnectionTimedOut(connection.ConnectionId);
Internal\HttpConnectionsEventSource.cs (1)
11
public static readonly
HttpConnectionsEventSource
Log = new HttpConnectionsEventSource();