C# 클래스 FLaSH.Instagram.Insta

파일 보기 프로젝트 열기: c4wrd/Insta

공개 메소드들

메소드 설명
Get ( string URL ) : dynamic
Insta ( string username, string password ) : System
Insta ( string username, string password, RestSharp.RestClient session ) : System
Login ( ) : bool
Post ( string URL, System.Dynamic.ExpandoObject postData, string contentType = HttpContentTypes.ApplicationJson ) : string
SetPassword ( string password ) : void
SetProxy ( System proxy ) : void
SetUsername ( string username ) : void

비공개 메소드들

메소드 설명
generateIds ( ) : void
signMessage ( string message ) : string

메소드 상세

Get() 공개 메소드

public Get ( string URL ) : dynamic
URL string
리턴 dynamic

Insta() 공개 메소드

public Insta ( string username, string password ) : System
username string
password string
리턴 System

Insta() 공개 메소드

public Insta ( string username, string password, RestSharp.RestClient session ) : System
username string
password string
session RestSharp.RestClient
리턴 System

Login() 공개 메소드

public Login ( ) : bool
리턴 bool

Post() 공개 메소드

public Post ( string URL, System.Dynamic.ExpandoObject postData, string contentType = HttpContentTypes.ApplicationJson ) : string
URL string
postData System.Dynamic.ExpandoObject
contentType string
리턴 string

SetPassword() 공개 메소드

public SetPassword ( string password ) : void
password string
리턴 void

SetProxy() 공개 메소드

public SetProxy ( System proxy ) : void
proxy System
리턴 void

SetUsername() 공개 메소드

public SetUsername ( string username ) : void
username string
리턴 void