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