3 references to EchoAsync
Binding.ReliableSession.IntegrationTests (3)
NetHttpBindingTests.cs (1)
41var result = await serviceProxy.EchoAsync(testString);
NetTcpBindingTests.cs (1)
36var result = await serviceProxy.EchoAsync(testString);
WSHttpBindingTests.cs (1)
41var result = await serviceProxy.EchoAsync(testString);