3 references to AddHubMethod
RoutingSandbox (3)
UseEndpointRoutingStartup.cs (3)
87
frameworkBuilder.
AddHubMethod
("TestHub", "TestMethod", context => context.Response.WriteAsync("TestMethod!"));
88
frameworkBuilder.
AddHubMethod
("Login", "Authenticate", context => context.Response.WriteAsync("Authenticate!"));
89
frameworkBuilder.
AddHubMethod
("Login", "Logout", context => context.Response.WriteAsync("Logout!"));