2 references to SendStreamInvocationAsync
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
TestClient.cs (2)
104var invocationId = await SendStreamInvocationAsync(methodName, streamIds, headers, args); 217return SendStreamInvocationAsync(methodName, streamIds: streamIds, headers: null, args);