5 references to Echo
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (5)
Hubs.cs (5)
21public string Echo(string message) => TestHubMethodsImpl.Echo(message); 143public string Echo(string message) => TestHubMethodsImpl.Echo(message); 179public string Echo(string message) => TestHubMethodsImpl.Echo(message); 319public string Echo(string message) => TestHubMethodsImpl.Echo(message); 325public string Echo(string message) => TestHubMethodsImpl.Echo(message);