Class HttpClientConfiguration
Represents the configuration settings specific to HttpClient.
public class HttpClientConfiguration : BaseConfiguration
- Inheritance
-
HttpClientConfiguration
- Inherited Members
Remarks
Currently, this class does not introduce additional properties or methods beyond those provided by the BaseConfiguration class. It serves as a placeholder for HttpClient-specific configurations and may be expanded in the future with more detailed settings. The use of this class is intended to make the intention of the configuration clear when it is specifically related to HttpClient usage.
Properties
RetryHttpRequestWhenFailed
Gets or sets a boolean value which determines whether to retry HTTP requests when they fail. Default is true.
public bool RetryHttpRequestWhenFailed { get; set; }