diff --git a/README.md b/README.md index 784d83c24..ac8dc7c36 100644 --- a/README.md +++ b/README.md @@ -594,6 +594,7 @@ some interface `ITenantProvider` and has a data store `IAuthTokenStore` that can { this.tenantProvider = tenantProvider ?? throw new ArgumentNullException(nameof(tenantProvider)); this.authTokenStore = authTokenStore ?? throw new ArgumentNullException(nameof(authTokenStore)); + InnerHandler = new HttpClientHandler(); } protected override async Task SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) @@ -1227,4 +1228,4 @@ Note that exceptions raised when attempting to deserialize the response are not For users of [Serilog](https://serilog.net), you can enrich the logging of `ApiException` using the [Serilog.Exceptions.Refit](https://www.nuget.org/packages/Serilog.Exceptions.Refit) NuGet package. Details of how to -integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit). \ No newline at end of file +integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit).