4 references to SendStreamInvocationAsync
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (2)
3520var streamInvocationId = await client.SendStreamInvocationAsync(nameof(LongRunningHub.LongRunningStream), null).DefaultTimeout(); 4174await client.SendStreamInvocationAsync(nameof(MethodHub.StreamAndUploadIgnoreItems), streamIds: new[] { "id" }, args: Array.Empty<object>()).DefaultTimeout();
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
TestClient.cs (2)
98var invocationId = await SendStreamInvocationAsync(methodName, streamIds, args); 196return SendStreamInvocationAsync(methodName, streamIds: null, args);