1 implementation of EndEcho
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
825public string EndEcho(IAsyncResult result)
6 references to EndEcho
Client.ClientBase.IntegrationTests (4)
ChannelBaseTests.4.0.0.cs (4)
38string result = serviceProxy.EndEcho(ar); 81string result = serviceProxy.EndEcho(ar); 133string result = serviceProxy.EndEcho(ar); 188string result = serviceProxy.EndEcho(ar);
Client.TypedClient.IntegrationTests (2)
TypedProxyTests.4.0.0.cs (2)
470result = serviceProxy.EndEcho(iar); 520result = serviceProxy.EndEcho(ar);