3 references to Stream
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Hubs.cs (3)
25
public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.
Stream
(count);
147
public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.
Stream
(count);
183
public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.
Stream
(count);