2 references to StreamAsChannelCoreAsync
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (1)
682var reader = await StreamAsChannelCoreAsync(methodName, typeof(T), args, cts.Token).ConfigureAwait(false);
HubConnectionExtensions.StreamAsChannelAsync.cs (1)
276var inputChannel = await hubConnection.StreamAsChannelCoreAsync(methodName, typeof(TResult), args, cancellationToken).ConfigureAwait(false);