2 references to CloseOnAuthenticationExpiration
Microsoft.AspNetCore.Components.Server (1)
Builder\ServerComponentsEndpointOptions.cs (1)
62
/// This allows configuring options such as <see cref="HttpConnectionDispatcherOptions.
CloseOnAuthenticationExpiration
"/>,
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
135
internal bool IsAuthenticationExpirationEnabled => _options.
CloseOnAuthenticationExpiration
;