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