2 types derived from AuthConnectionHandler
Microsoft.AspNetCore.Http.Connections.Tests (2)
MapConnectionHandlerTests.cs (2)
458private class InheritedAuthConnectionHandler : AuthConnectionHandler 467private class DoubleAuthConnectionHandler : AuthConnectionHandler
8 references to AuthConnectionHandler
Microsoft.AspNetCore.Http.Connections.Tests (8)
MapConnectionHandlerTests.cs (8)
39using (var host = BuildWebHost<AuthConnectionHandler>("/auth", 77using (var host = BuildWebHost<AuthConnectionHandler>("/auth", 159using (var host = BuildWebHost<AuthConnectionHandler>("/auth", 190using (var host = BuildWebHost<AuthConnectionHandler>("/path", options => 219using (var host = BuildWebHost<AuthConnectionHandler>("/path", options => 251endpoints.MapConnectionHandler<AuthConnectionHandler>("/path") 290endpoints.MapConnectionHandler<AuthConnectionHandler>("/path"); 321endpoints.MapConnectionHandler<AuthConnectionHandler>("/path", options =>