C# 클래스 TumblrAPI.Authentication

파일 보기 프로젝트 열기: jthigpen/TumblrAPI.NET

Private Properties

프로퍼티 타입 설명
ParseBool bool
ParseInt int
ParseLong long
ParseRequest TumblrAPI.UserInformation

공개 메소드들

메소드 설명
Authenticate ( string email, string password ) : AuthenticationStatus

비공개 메소드들

메소드 설명
ParseBool ( string str ) : bool
ParseInt ( string str ) : int
ParseLong ( string str ) : long
ParseRequest ( string xmlResponse ) : TumblrAPI.UserInformation

메소드 상세

Authenticate() 공개 정적인 메소드

public static Authenticate ( string email, string password ) : AuthenticationStatus
email string
password string
리턴 AuthenticationStatus