C# 클래스 OhAuthToo.Utils.OAuthClientUtils

파일 보기 프로젝트 열기: antimony/OhAuthToo

공개 메소드들

메소드 설명
IsErrorResponse ( string response ) : bool
JsonToDictionary ( string response ) : object>.Dictionary
JsonToDynamic ( string response ) : dynamic
MakeRequest ( string url ) : string
RequestUrl ( string baseurl, string requesturl, string token ) : string

메소드 상세

IsErrorResponse() 공개 정적인 메소드

public static IsErrorResponse ( string response ) : bool
response string
리턴 bool

JsonToDictionary() 공개 정적인 메소드

public static JsonToDictionary ( string response ) : object>.Dictionary
response string
리턴 object>.Dictionary

JsonToDynamic() 공개 정적인 메소드

public static JsonToDynamic ( string response ) : dynamic
response string
리턴 dynamic

MakeRequest() 공개 정적인 메소드

public static MakeRequest ( string url ) : string
url string
리턴 string

RequestUrl() 공개 정적인 메소드

public static RequestUrl ( string baseurl, string requesturl, string token ) : string
baseurl string
requesturl string
token string
리턴 string