3 references to StreamEchoInt
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Hubs.cs (3)
48
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);
170
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);
206
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.
StreamEchoInt
(source);