Class ThrottleOptions
global settings for throttling
Inheritance
System.Object
ThrottleOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public class ThrottleOptions
Properties
HeaderName
header used to track rate limits
Declaration
public string HeaderName { set; }
Property Value
Type | Description |
---|---|
System.String |
Message
custom error response message for throttled requests
Declaration
public string Message { set; }
Property Value
Type | Description |
---|---|
System.String |