Interface IRequestLimiterHandlerConfig

Specifies the RequestLimiterHandler configuration.

Namespace: Solti.Utils.Rpc.Pipeline
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public interface IRequestLimiterHandlerConfig

Properties

Interval

Determines the interval between two request counter resets.

Declaration
TimeSpan Interval { get; }
Property Value
Type Description
TimeSpan
Remarks

This property may change in runtime.

Threshold

The maximum amount of requests allowed for a remote client (under a given Interval).

Declaration
int Threshold { get; }
Property Value
Type Description
Int32
Remarks

This property may change in runtime.

In This Article
Back to top Generated by DocFX