C# 클래스 stikkPop.Imgur

파일 보기 프로젝트 열기: Wirehive/stikkPop

공개 메소드들

메소드 설명
GetToken ( string pin ) : ImgurToken
RefreshToken ( ) : void
RequestPin ( ) : void
Upload ( Image pasteImage ) : string

비공개 메소드들

메소드 설명
parseAuthResponse ( string &access_token, string &refresh_token, string &expires_in, byte ApiResponse ) : void

메소드 상세

GetToken() 공개 정적인 메소드

public static GetToken ( string pin ) : ImgurToken
pin string
리턴 ImgurToken

RefreshToken() 공개 정적인 메소드

public static RefreshToken ( ) : void
리턴 void

RequestPin() 공개 정적인 메소드

public static RequestPin ( ) : void
리턴 void

Upload() 공개 정적인 메소드

public static Upload ( Image pasteImage ) : string
pasteImage Image
리턴 string