6 references to EndCall
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1225
EndCall
(MessageHeaders.WildcardAction, Array.Empty<object>(), result);
1252
return (Message)
EndCall
(MessageHeaders.WildcardAction, Array.Empty<object>(), result);
System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
184
object result = channel.
EndCall
(operation.Action, Array.Empty<object>(), asyncResult);
224
channel.
EndCall
(operation.Action, Array.Empty<object>(), asyncResult);
381
object ret = _serviceChannel.
EndCall
(operation.Action, outs, result);
System\ServiceModel\ClientBase.cs (1)
939
object ret = _channel.
EndCall
(op.Action, outs, result);