C# 클래스 ImgurNet.Imgur

파일 보기 프로젝트 열기: 0xdeafcafe/ImgurNet

공개 메소드들

메소드 설명
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