5 references to Echo
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (5)
Hubs.cs (5)
22public string Echo(string message) => TestHubMethodsImpl.Echo(message); 144public string Echo(string message) => TestHubMethodsImpl.Echo(message); 182public string Echo(string message) => TestHubMethodsImpl.Echo(message); 322public string Echo(string message) => TestHubMethodsImpl.Echo(message); 328public string Echo(string message) => TestHubMethodsImpl.Echo(message);