ClientFactory Property
Definition
ClientFactory
Gets or sets the function delegate that will resolve an instance of HttpClient.
public Func<HttpClient> ClientFactory { get; set; }
Property Value
- Func<HttpClient>
The function delegate that will resolve an instance of HttpClient.