Search Results for

    Show / Hide Table of Contents

    Class ThrottleOptions

    global settings for throttling

    Inheritance
    object
    ThrottleOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public sealed class ThrottleOptions

    Properties

    HeaderName

    header used to track rate limits

    Declaration
    public string? HeaderName { set; }
    Property Value
    Type Description
    string

    Message

    custom error response message for throttled requests

    Declaration
    public string? Message { set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX