6 references to On
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubProtocolVersionTests.cs (1)
124
connection.
On
("NewProtocolMethodClient", () =>
Microsoft.AspNetCore.SignalR.Client.Tests (5)
HubConnectionTests.cs (1)
860
_ = hubConnection.
On
("someMethod", () => { });
HubConnectionTests.Extensions.cs (1)
20
(hubConnection, tcs) => hubConnection.
On
("Foo",
HubConnectionTests.Protocol.cs (3)
734
hubConnection.
On
("Result", tcs.SetResult);
838
hubConnection.
On
("Result", () => { });
918
hubConnection.
On
("Other", () => tcs.SetResult());