9 references to Echo
Binding.Tcp.IntegrationTests (2)
NetTcpBindingTests.4.0.0.cs (2)
64string result = serviceProxy.Echo(testString); 71result = serviceProxy.Echo(testString);
Client.ClientBase.IntegrationTests (6)
ClientBaseTests.4.0.0.cs (6)
130string result = serviceProxy.Echo("Hello"); 174string result = serviceProxy.Echo("Hello"); 556proxy.Echo("Hello"); 660proxy.Echo("Hello"); 705string result = serviceProxy.Echo("Hello"); 740string result = serviceProxy.Echo("Hello");
Client.TypedClient.IntegrationTests (1)
TypedProxyTests.4.0.0.cs (1)
136result = serviceProxy.Echo("Hello");