C# Класс Imgur.API.Endpoints.Impl.RateLimitEndpoint

Gets credit limit.
Наследование: EndpointBase, IRateLimitEndpoint
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
RateLimitEndpoint System

Открытые методы

Метод Описание
GetRateLimitAsync ( ) : Task

Gets remaining credits for the application.

RateLimitEndpoint ( IApiClient apiClient ) : System

Initializes a new instance of the RateLimitEndpoint class.

Приватные методы

Метод Описание
RateLimitEndpoint ( IApiClient apiClient, HttpClient httpClient ) : System

Initializes a new instance of the RateLimitEndpoint class.

Описание методов

GetRateLimitAsync() публичный Метод

Gets remaining credits for the application.
/// Thrown when a null reference is passed to a method that does not accept it as a /// valid argument. /// Thrown when an error is found in a response from a Mashape endpoint. Thrown when an error is found in a response from an Imgur endpoint.
public GetRateLimitAsync ( ) : Task
Результат Task

RateLimitEndpoint() публичный Метод

Initializes a new instance of the RateLimitEndpoint class.
public RateLimitEndpoint ( IApiClient apiClient ) : System
apiClient IApiClient The type of client that will be used for authentication.
Результат System