1 implementation of DuplexEchoAsync
Binding.ReliableSession.IntegrationTests (1)
NetTcpBindingTests.cs (1)
134public Task<string> DuplexEchoAsync(string echo)
1 reference to DuplexEchoAsync
Binding.ReliableSession.IntegrationTests (1)
NetTcpBindingTests.cs (1)
114var result = await serviceProxy.DuplexEchoAsync(testString);