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