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