4 references to EchoAsync
Binding.Tcp.IntegrationTests (1)
NetTcpBindingTests.4.0.0.cs (1)
69
result = await serviceProxy.
EchoAsync
(testString).ConfigureAwait(false);
Client.ClientBase.IntegrationTests (1)
ClientBaseTests.4.0.0.cs (1)
607
Task<string> task = proxy.
EchoAsync
("Hello");
Client.TypedClient.IntegrationTests (2)
TypedProxyTests.4.0.0.cs (2)
193
result = await serviceProxy.
EchoAsync
("Hello");
552
Task<string> task = serviceProxy.
EchoAsync
("Hello");