1 instantiation of TlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
4 references to TlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Middleware\HttpsConnectionMiddleware.cs (3)
147var feature = new Core.Internal.TlsConnectionFeature(sslStream, context);
316private Task DoOptionsBasedHandshakeAsync(ConnectionContext context, SslStream sslStream, Core.Internal.TlsConnectionFeature feature, CancellationToken cancellationToken)
441var (middleware, context, feature, metricsContext) = (ValueTuple<HttpsConnectionMiddleware, ConnectionContext, Core.Internal.TlsConnectionFeature, ConnectionMetricsContext>)state!;