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