2 references to AuthConnectionHandler
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
3233
endpoints.MapConnectionHandler<
AuthConnectionHandler
>("/foo", o => o.CloseOnAuthenticationExpiration = true);
3300
endpoints.MapConnectionHandler<
AuthConnectionHandler
>("/foo", o => o.CloseOnAuthenticationExpiration = true);