@FunctionalInterface public interface HttpClientProvider
HttpClient
implementation.| Modifier and Type | Method and Description |
|---|---|
HttpClient |
createInstance()
Creates a new instance of the
HttpClient that this HttpClientProvider is configured to create. |
HttpClient createInstance()
HttpClient that this HttpClientProvider is configured to create.HttpClient instance, entirely unrelated to all other instances that were created
previously.Copyright © 2019 Microsoft Corporation. All rights reserved.