5 references to Echo
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (5)
Hubs.cs (5)
21public string Echo(string message) => TestHubMethodsImpl.Echo(message); 141public string Echo(string message) => TestHubMethodsImpl.Echo(message); 175public string Echo(string message) => TestHubMethodsImpl.Echo(message); 311public string Echo(string message) => TestHubMethodsImpl.Echo(message); 317public string Echo(string message) => TestHubMethodsImpl.Echo(message);