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