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