Table of Contents

Class TeaPieRetryingExtensions

Namespace
TeaPie.Http.Retrying
Assembly
TeaPie.dll
public static class TeaPieRetryingExtensions
Inheritance
TeaPieRetryingExtensions
Inherited Members

Methods

RegisterRetryStrategy(TeaPie, string, RetryStrategyOptions<HttpResponseMessage>)

Registers retryStrategy with given name.

public static void RegisterRetryStrategy(this TeaPie teaPie, string name, RetryStrategyOptions<HttpResponseMessage> retryStrategy)

Parameters

teaPie TeaPie

The current context instance.

name string

Name by which retry strategy will be registered.

retryStrategy RetryStrategyOptions<HttpResponseMessage>

Retry strategy to be registered.