Class HttpClientManagementConnectionOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public class HttpClientManagementConnectionOptions
- Inheritance
-
HttpClientManagementConnectionOptions
- Inherited Members
Properties
NumberOfHttpRetries
Set the maximum number of consecutive retries for Management API requests that fail due to rate-limits being reached. By default, rate-limited requests will be retries a maximum of three times.To disable retries on rate-limit errors, set this value to zero.
public int? NumberOfHttpRetries { get; set; }
Property Value
- int?
Remarks
Must be a number between zero (do not retry) and ten.