Click or drag to resize
RateLimit Properties

The RateLimit type exposes the following members.

Properties
  NameDescription
Public propertyHttpMethod
The request verb, e.g. GET, POST
Public propertyMaximum
The maximum number of requests allowed in the current time frame.
Public propertyNextAvailable
Specifies when the current time frame expires and the rate limits are reset.
Public propertyRemaining
The number of remaining requests allowed in the current time frame.
Public propertyUnitOfMeasurement
The time frame unit of measurement.
Top
See Also