3 references to StreamEcho
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Hubs.cs (3)
47
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);
171
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);
207
public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.
StreamEcho
(source);