David Pfeffer
David Pfeffer

Reputation: 39833

Api Keys in Query String with WCF Data Services

I'm using query string based api keys for my WCF Data Service. I can handle this on the server pretty easily -- How would you implement API key in WCF Data Service?

However, how do I send the extra query string arguments from the client, using the Add Service Reference feature of VS2010? I saw an example for doing it when querying, but certainly not when adding/updating objects.

Upvotes: 1

Views: 1972

Answers (1)

Related Questions