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