Closed joshuaflanagan closed 4 months ago
The ConfigureHttpClient method accepted a Uri to set as the BaseAddress on the HttpClient, but it overwrote it with the default address.
ConfigureHttpClient
Also moved the SDK version to static fields so they are only determined once at startup.
The
ConfigureHttpClient
method accepted a Uri to set as the BaseAddress on the HttpClient, but it overwrote it with the default address.Also moved the SDK version to static fields so they are only determined once at startup.