We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31e798 + 063b7d0 commit 5f8c710Copy full SHA for 5f8c710
BingSearchv7/BingWebSearch/WebSearchSamples.cs
@@ -14,7 +14,8 @@ public class WebSearchSamples
14
public static async void WebSearchResultTypesLookup(string subscriptionKey)
15
{
16
var client = new WebSearchClient(new ApiKeyServiceClientCredentials(subscriptionKey));
17
-
+ // You might need to enter your custom endpoint from the Azure portal here
18
+ // client.Endpoint = "<Your Endpoint Here>";
19
try
20
21
var webData = await client.Web.SearchAsync(query: "Xbox");
0 commit comments