RetryHandler Constructor (DelegatingHandler)
Initializes a new instance of the RetryHandler class. Sets the default retry policty base on Exponential Backoff.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- innerHandler
-
Type:
System.Net.Http.DelegatingHandler
Inner http handler.
Show: