3 references to StreamEcho
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Hubs.cs (3)
46
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);
168
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);
204
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);