Class ThrottleOptions
global settings for throttling
Inherited Members
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 |