Class DanglHttpClientAccessor
This class makes an HttpClient available, it can be used with the pattern from the HttpClientFactory.
Namespace: Dangl.RestClient
Assembly: Dangl.RestClient.dll
Syntax
public class DanglHttpClientAccessor : object
Constructors
| Improve this Doc View SourceDanglHttpClientAccessor(HttpClient)
This class makes an HttpClient available, it can be used with the pattern from the HttpClientFactory.
Declaration
public DanglHttpClientAccessor(HttpClient httpClient)
Parameters
Type | Name | Description |
---|---|---|
HttpClient | httpClient |
Properties
| Improve this Doc View SourceHttpClient
The managed HttpClient
Declaration
public HttpClient HttpClient { get; }
Property Value
Type | Description |
---|---|
HttpClient |