HttpClientWithRetry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class HttpClientWithRetry
type HttpClientWithRetry = class
Public Class HttpClientWithRetry
- Inheritance
-
HttpClientWithRetry
Constructors
HttpClientWithRetry() | |
HttpClientWithRetry(HttpClient, Func<IHttpRetryAlgorithm>) | |
HttpClientWithRetry(HttpClient) | |
HttpClientWithRetry(TimeSpan, Int32, Int32) |
Methods
SendAsync(HttpRequestMessage, CancellationToken) |