HttpRetryStrategyOptions Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Implementacja Polly.Retry.RetryStrategyOptions`1 wyników dla 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)
- Dziedziczenie
-
Polly.Retry.RetryStrategyOptions<HttpResponseMessage>HttpRetryStrategyOptions
Konstruktory
HttpRetryStrategyOptions() |
Inicjuje nowe wystąpienie klasy HttpRetryStrategyOptions. |
Właściwości
ShouldRetryAfterHeader |
Pobiera lub ustawia wartość wskazującą, czy używać nagłówka |
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.