23 references to TestHubMethodsImpl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (23)
Hubs.cs (23)
19public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 21public string Echo(string message) => TestHubMethodsImpl.Echo(message); 23public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 25public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 27public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 44public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 46public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 139public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 141public string Echo(string message) => TestHubMethodsImpl.Echo(message); 143public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 145public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 147public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 164public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 166public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 173public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 175public string Echo(string message) => TestHubMethodsImpl.Echo(message); 177public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 179public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 181public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 198public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 200public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 311public string Echo(string message) => TestHubMethodsImpl.Echo(message); 317public string Echo(string message) => TestHubMethodsImpl.Echo(message);