C# Класс ImgurNet.Imgur

Показать файл Открыть проект

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

Метод Описание
ChangeAuthentication ( IAuthentication authentication ) : void

Updates the authentication that this Client uses.

Imgur ( IAuthentication authentication ) : System

Creates a new instance of the Imgur Client, that can be passed into Endpoints

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

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

Updates the authentication that this Client uses.
public ChangeAuthentication ( IAuthentication authentication ) : void
authentication IAuthentication The authentication to put into this Client.
Результат void

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

Creates a new instance of the Imgur Client, that can be passed into Endpoints
public Imgur ( IAuthentication authentication ) : System
authentication IAuthentication Your authentication.
Результат System