6 references to SendStreamInvocationAsync
Microsoft.AspNetCore.SignalR.Tests (6)
HubConnectionHandlerTests.ClientResult.cs (1)
497var invocationId = await client.SendStreamInvocationAsync(nameof(MethodHub.StreamWithClientResult)).DefaultTimeout();
HubConnectionHandlerTests.cs (5)
4220var streamInvocationId = await client.SendStreamInvocationAsync(methodName, args).DefaultTimeout(); 4264var invocationId = await client.SendStreamInvocationAsync(methodName, count).DefaultTimeout(); 4306var streamInvocationId = await client.SendStreamInvocationAsync(nameof(LongRunningHub.CancelableStreamSingleParameter)).DefaultTimeout(); 4337var streamInvocationId = await client.SendStreamInvocationAsync(nameof(LongRunningHub.StreamNullableParameter), 5, null).DefaultTimeout(); 4364var streamInvocationId = await client.SendStreamInvocationAsync(nameof(LongRunningHub.CancelableStreamNullableParameter), 5, null).DefaultTimeout();