2 references to On
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HubConnectionTests.Extensions.cs (1)
86
(hubConnection, tcs) => hubConnection.
On
<int, string, float>("Foo",
HubConnectionTests.Protocol.cs (1)
422
hubConnection.
On
<int, string, float>("Foo", (r1, r2, r3) => handlerCalled.TrySetResult(new object[] { r1, r2, r3 }));