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