2 writes to State
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
169State = context.State,
Middleware\HttpsConnectionMiddleware.cs (1)
449State = middleware._tlsCallbackOptionsState,
3 references to State
Interop.FunctionalTests (1)
Http3\Http3TlsTests.cs (1)
305callbackState = context.State;
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
181var sniOptionsSelector = (SniOptionsSelector)callbackContext.State!;
ListenOptionsHttpsExtensions.cs (1)
235OnConnection = context => serverOptionsSelectionCallback(context.SslStream, context.ClientHelloInfo, context.State, context.CancellationToken),