2 references to SendInvocationAsync
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
TestClient.cs (2)
196return SendInvocationAsync(methodName, nonBlocking: false, headers: headers, args: args); 201return SendInvocationAsync(methodName, nonBlocking: nonBlocking, headers: null, args: args);