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