1 instantiation of TlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
159var feature = new Core.Internal.TlsConnectionFeature(sslStream, context, _logger);
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)
159var feature = new Core.Internal.TlsConnectionFeature(sslStream, context, _logger); 347private Task DoOptionsBasedHandshakeAsync(ConnectionContext context, SslStream sslStream, Core.Internal.TlsConnectionFeature feature, CancellationToken cancellationToken) 472var (middleware, context, feature, metricsContext) = (ValueTuple<HttpsConnectionMiddleware, ConnectionContext, Core.Internal.TlsConnectionFeature, ConnectionMetricsContext>)state!;