1 instantiation of TlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
147var feature = new Core.Internal.TlsConnectionFeature(sslStream, context);
4 references to TlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelEventSource.cs (1)
188public void TlsHandshakeStop(BaseConnectionContext connectionContext, TlsConnectionFeature? feature)
Middleware\HttpsConnectionMiddleware.cs (3)
147var feature = new Core.Internal.TlsConnectionFeature(sslStream, context); 313private Task DoOptionsBasedHandshakeAsync(ConnectionContext context, SslStream sslStream, Core.Internal.TlsConnectionFeature feature, CancellationToken cancellationToken) 438var (middleware, context, feature, metricsContext) = (ValueTuple<HttpsConnectionMiddleware, ConnectionContext, Core.Internal.TlsConnectionFeature, ConnectionMetricsContext>)state!;