1 implementation of Echo
Binding.UDS.IntegrationTests (1)
ServiceContract\EchoService.cs (1)
11public string Echo(string echo)
4 references to Echo
Binding.UDS.IntegrationTests (4)
UDSBindingTests.cs (4)
48string result = serviceProxy.Echo(testString); 87string result = channel.Echo(testString); 134string result = channel.Echo(testString); 167string result = channel.Echo(testString);