1 instantiation of KestrelEventSource
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
19public static readonly KestrelEventSource Log = new KestrelEventSource();
21 references to KestrelEventSource
Microsoft.AspNetCore.Server.Kestrel.Core (21)
Internal\ConnectionDispatcher.cs (1)
65KestrelEventSource.Log.ConnectionQueuedStart(connection);
Internal\Http\Http1Connection.cs (1)
84KestrelEventSource.Log.RequestUpgradedStop(this);
Internal\Http\HttpProtocol.cs (2)
673KestrelEventSource.Log.RequestStart(this); 712KestrelEventSource.Log.RequestStop(this);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
278KestrelEventSource.Log.RequestUpgradedStart(this);
Internal\Http2\Http2Connection.cs (1)
1258KestrelEventSource.Log.RequestQueuedStart(_currentHeadersStream, AspNetCore.Http.HttpProtocol.Http2);
Internal\Http2\Http2StreamOfT.cs (1)
22KestrelEventSource.Log.RequestQueuedStop(this, AspNetCore.Http.HttpProtocol.Http2);
Internal\Http3\Http3Connection.cs (1)
597KestrelEventSource.Log.RequestQueuedStart(stream, AspNetCore.Http.HttpProtocol.Http3);
Internal\Http3\Http3StreamOfT.cs (1)
22KestrelEventSource.Log.RequestQueuedStop(this, AspNetCore.Http.HttpProtocol.Http3);
Internal\Infrastructure\KestrelConnectionOfT.cs (3)
58KestrelEventSource.Log.ConnectionQueuedStop(connectionContext); 62KestrelEventSource.Log.ConnectionStart(connectionContext); 89KestrelEventSource.Log.ConnectionStop(connectionContext);
Internal\Infrastructure\KestrelEventSource.cs (1)
19public static readonly KestrelEventSource Log = new KestrelEventSource();
Internal\KestrelServerImpl.cs (2)
235KestrelEventSource.Log.AddServerOptions(Options); 277KestrelEventSource.Log.RemoveServerOptions(Options);
Middleware\ConnectionLimitMiddleware.cs (1)
36KestrelEventSource.Log.ConnectionRejected(connection.ConnectionId);
Middleware\HttpsConnectionMiddleware.cs (5)
200KestrelEventSource.Log.TlsHandshakeStop(context, feature); 240KestrelEventSource.Log.TlsHandshakeFailed(metricsContext.ConnectionContext.ConnectionId); 241KestrelEventSource.Log.TlsHandshakeStop(metricsContext.ConnectionContext, null); 348KestrelEventSource.Log.TlsHandshakeStart(context, sslOptions); 459KestrelEventSource.Log.TlsHandshakeStart(context, sslOptions);