3 references to StreamEchoInt
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Hubs.cs (3)
49
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);
173
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);
209
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);