Table of Contents

Enum RetryConditionScope

Namespace
Cuemon.AspNetCore.Http.Headers
Assembly
Cuemon.AspNetCore.dll

Specifies a set of values defining what value to use with a given HTTP header in regards to a retry condition. Recommended value is always DeltaSeconds as it does not rely on clock synchronization and is resilient to clock skew between client and server.

public enum RetryConditionScope

Fields

DeltaSeconds = 0

A non-negative decimal integer indicating the seconds to delay after the response is received.

HttpDate = 1

A date after which to retry.