2 references to On
JwtClientSample (1)
Program.cs (1)
46hubConnection.On<string, string>("Message", (sender, message) => Console.WriteLine($"[{userId}] {sender}: {message}"));
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionTests.Extensions.cs (1)
64(hubConnection, tcs) => hubConnection.On<int, string>("Foo",