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