2 writes to State
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
169State = context.State,
Middleware\HttpsConnectionMiddleware.cs (1)
479State = middleware._tlsCallbackOptionsState,
2 references to State
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
181var sniOptionsSelector = (SniOptionsSelector)callbackContext.State!;
ListenOptionsHttpsExtensions.cs (1)
239OnConnection = context => serverOptionsSelectionCallback(context.SslStream, context.ClientHelloInfo, context.State, context.CancellationToken),