3 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 (2)
HttpConnectionDispatcherOptions.cs (1)
139
/// It is recommended to also enable <see cref="
CloseOnAuthenticationExpiration
"/> so that the connection
Internal\HttpConnectionContext.cs (1)
149
internal bool IsAuthenticationExpirationEnabled => _options.
CloseOnAuthenticationExpiration
;