26 references to TestHubMethodsImpl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (26)
Hubs.cs (26)
19public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 21public string Echo(string message) => TestHubMethodsImpl.Echo(message); 23public string InvokeException() => TestHubMethodsImpl.InvokeException(); 25public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 27public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 29public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 46public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 48public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 141public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 143public string Echo(string message) => TestHubMethodsImpl.Echo(message); 145public string InvokeException() => TestHubMethodsImpl.InvokeException(); 147public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 149public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 151public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 168public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 170public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 177public string HelloWorld() => TestHubMethodsImpl.HelloWorld(); 179public string Echo(string message) => TestHubMethodsImpl.Echo(message); 181public string InvokeException() => TestHubMethodsImpl.InvokeException(); 183public ChannelReader<int> Stream(int count) => TestHubMethodsImpl.Stream(count); 185public ChannelReader<int> StreamException() => TestHubMethodsImpl.StreamException(); 187public ChannelReader<string> StreamBroken() => TestHubMethodsImpl.StreamBroken(); 204public ChannelReader<string> StreamEcho(ChannelReader<string> source) => TestHubMethodsImpl.StreamEcho(source); 206public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) => TestHubMethodsImpl.StreamEchoInt(source); 319public string Echo(string message) => TestHubMethodsImpl.Echo(message); 325public string Echo(string message) => TestHubMethodsImpl.Echo(message);