3 references to SendAsync
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.Tracing.cs (1)
701
await connection.
SendAsync
(nameof(TestHub.CallEcho), "Hi");
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HubConnectionTests.cs (2)
233
var sendTask = hubConnection.
SendAsync
("testMethod", new byte[100], cts.Token);
479
var sendTask = hubConnection.
SendAsync
("SomeMethod", channel.Reader);