Show / Hide Table of Contents

    Enum ThrottlingRetryAfterHeader

    Specifies a set of values defining what value to use with a HTTP Retry-After header.

    Namespace: Cuemon.AspNetCore.Http.Throttling
    Assembly: Cuemon.AspNetCore.dll
    Syntax
    public enum ThrottlingRetryAfterHeader

    Fields

    Name Description
    DeltaSeconds

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

    HttpDate

    A date after which to retry.

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(Func<ThrottlingRetryAfterHeader, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(Func<ThrottlingRetryAfterHeader, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(Func<ThrottlingRetryAfterHeader, DateTime>, Func<ThrottlingRetryAfterHeader, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(DateTime, Func<ThrottlingRetryAfterHeader, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<ThrottlingRetryAfterHeader>(Func<ThrottlingRetryAfterHeader, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX