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