26 references to TestHubMethodsImpl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (26)
Hubs.cs (26)
20public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 22public string Echo(string message) => TestHubMethodsImpl.Echo(message); 24public string InvokeException() => TestHubMethodsImpl.InvokeException(); 26public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 28public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 30public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 47public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 49public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 142public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 144public string Echo(string message) => TestHubMethodsImpl.Echo(message); 146public string InvokeException() => TestHubMethodsImpl.InvokeException(); 148public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 150public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 152public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 171public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 173public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 180public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 182public string Echo(string message) => TestHubMethodsImpl.Echo(message); 184public string InvokeException() => TestHubMethodsImpl.InvokeException(); 186public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 188public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 190public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 207public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 209public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 322public string Echo(string message) => TestHubMethodsImpl.Echo(message); 328public string Echo(string message) => TestHubMethodsImpl.Echo(message);