6 references to EndCall
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1297
this.
EndCall
(MessageHeaders.WildcardAction, EmptyArray<object>.Instance, result);
1324
return (Message)this.
EndCall
(MessageHeaders.WildcardAction, EmptyArray<object>.Instance, result);
System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
261
channel.
EndCall
(operation.Action, ProxyOperationRuntime.EmptyArray, asyncResult);
280
return (T)channel.
EndCall
(operation.Action, ProxyOperationRuntime.EmptyArray, asyncResult);
351
object ret = this.serviceChannel.
EndCall
(operation.Action, outs, result);
System\ServiceModel\ClientBase.cs (1)
1154
object ret = this.channel.
EndCall
(op.Action, outs, result);