The quick-start sample documentation shows how one can query the public endpoint using a subscription key.
But say I have a private Bing News API endpoint and an AppId generated that identifies me - Can I use the C# SDK to call this endpoint using my AppId? Or would I be forced to call it as a REST API by creating a HttpWebRequest?
Is there something that allows the private API provider to generate subscription keys for their consumers?