Skip to content

Commit

Permalink
made endpoints readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRickard committed Mar 29, 2019
1 parent d8eaa9d commit 40caa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.Cognitive.BingSpeech/BingSpeechApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ public class BingSpeechApiClient

readonly string subscriptionKey;
readonly HttpClient client;
readonly Endpoint authEndpoint;
readonly Endpoint speechEndpoint;

bool requestRetried;
private Endpoint authEndpoint;
private Endpoint speechEndpoint;

/// <summary>
/// Gets the auth client.
Expand Down

0 comments on commit 40caa57

Please sign in to comment.