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