1 write to SslStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
448SslStream = sslStream,
1 reference to SslStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptionsHttpsExtensions.cs (1)
235OnConnection = context => serverOptionsSelectionCallback(context.SslStream, context.ClientHelloInfo, context.State, context.CancellationToken),