Table of Contents

Class SimpleRateLimit

Namespace
The.Web.RPC
Assembly
Instagile.Web.dll
public sealed class SimpleRateLimit
Inheritance
SimpleRateLimit
Inherited Members

Constructors

SimpleRateLimit(Options, ILogger<SimpleRateLimit>)

public SimpleRateLimit(Options options, ILogger<SimpleRateLimit> logger)

Parameters

options Options
logger ILogger<SimpleRateLimit>

Methods

Enforce(string, bool)

public Task<bool> Enforce(string rpcName, bool isAnonymous)

Parameters

rpcName string
isAnonymous bool

Returns

Task<bool>