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