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