RetryHandler Constructor (DelegatingHandler)

 

Initializes a new instance of the RetryHandler class. Sets the default retry policty base on Exponential Backoff.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Sub New (
	innerHandler As DelegatingHandler
)

Parameters

innerHandler
Type: System.Net.Http.DelegatingHandler

Inner http handler.

Return to top
Show: