RetryHandler Class
Represents a handler for the retry operation.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Net.Http.HttpMessageHandler
System.Net.Http.DelegatingHandler
Microsoft.WindowsAzure.RetryHandler
| Name | Description | |
|---|---|---|
![]() | RetryHandler() | Initializes a new instance of the RetryHandler class. |
![]() | RetryHandler(DelegatingHandler) | Initializes a new instance of the RetryHandler class. Sets the default retry policty base on Exponential Backoff. |
![]() | RetryHandler(RetryPolicy, DelegatingHandler) | Initializes a new instance of the RetryHandler class. |
| Name | Description | |
|---|---|---|
![]() | InnerHandler | (Inherited from DelegatingHandler.) |
![]() | RetryPolicy | Gets or sets retry policy. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from HttpMessageHandler.) |
![]() | Dispose(Boolean) | (Inherited from DelegatingHandler.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SendAsync(HttpRequestMessage, CancellationToken) | (Inherited from DelegatingHandler.) |
![]() | SendAsync(HttpRequestMessage, CancellationToken) | Asynchronously sends the retry request. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Retrying | An instance of a callback delegate that will be invoked whenever a retry condition is encountered. |
| Name | Description | |
|---|---|---|
![]() | GetHttpPipeline() | Overloaded. Gets the HTTP pipeline that is formed from the starting handler.(Defined by CloudExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



