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); 83string result = channel.Echo(testString); 130string result = channel.Echo(testString); 163string result = channel.Echo(testString);