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