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