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