RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Represents a single rule of a rate limit. More...
Public Attributes | |
double | Duration |
The duration of the rate limit, in seconds. More... | |
int | Limit |
The maximum number of requests that can be sent within the period. More... | |
Represents a single rule of a rate limit.
double RiotNet.RateLimitRule.Duration |
The duration of the rate limit, in seconds.
int RiotNet.RateLimitRule.Limit |
The maximum number of requests that can be sent within the period.