Sdílet prostřednictvím


HttpRetryStrategyOptions Třída

Definice

Implementace výsledkůPolly.Retry.RetryStrategyOptions`1.HttpResponseMessage

public ref class HttpRetryStrategyOptions : Polly::Retry::RetryStrategyOptions<System::Net::Http::HttpResponseMessage ^>
public class HttpRetryStrategyOptions : Polly.Retry.RetryStrategyOptions<System.Net.Http.HttpResponseMessage>
type HttpRetryStrategyOptions = class
    inherit RetryStrategyOptions<HttpResponseMessage>
Public Class HttpRetryStrategyOptions
Inherits RetryStrategyOptions(Of HttpResponseMessage)
Dědičnost
Polly.Retry.RetryStrategyOptions<HttpResponseMessage>
HttpRetryStrategyOptions

Konstruktory

HttpRetryStrategyOptions()

Inicializuje novou instanci HttpRetryStrategyOptions třídy.

Vlastnosti

ShouldRetryAfterHeader

Získá nebo nastaví hodnotu označující, zda použít hlavičku Retry-After pro zpoždění opakování.

Platí pro