I'm looking to use the Feature Service Query API, and query multiple layers at once.
So, building off the example on the query API page, I want the query to look something like this:
http://<featureservice-url>/query?layerDefs=[{"layerId":<layerDef1>},{"layerId":<layerDef2>}]&geometry=<geometry>&f=json
And I can't seem to be able to figure out how to get that through the .NET runtime SDK (without resorting to using an ArcGISHttpClient). Any suggestions?