C# 클래스 instagrammer.BaseClient

파일 보기 프로젝트 열기: jonezy/instagrammer

보호된 프로퍼티들

프로퍼티 타입 설명
_token string

공개 메소드들

메소드 설명
BaseClient ( string token ) : System.IO
GetJSON ( string url, string postData ) : string
GetJSON ( string url, string postData, string method ) : string

메소드 상세

BaseClient() 공개 메소드

public BaseClient ( string token ) : System.IO
token string
리턴 System.IO

GetJSON() 공개 메소드

public GetJSON ( string url, string postData ) : string
url string
postData string
리턴 string

GetJSON() 공개 메소드

public GetJSON ( string url, string postData, string method ) : string
url string
postData string
method string
리턴 string

프로퍼티 상세

_token 보호되어 있는 프로퍼티

protected string _token
리턴 string