C# 클래스 myGengo.Http.Utils

파일 보기 프로젝트 열기: gengo/spGengo

공개 메소드들

메소드 설명
buildQuery ( IDictionary t ) : string
buildQuery ( IDictionary query_params, bool encode ) : string
timestamp ( ) : string

Returns number of seconds

urlEncode ( string s, bool encode ) : string

보호된 메소드들

메소드 설명
sendRequest ( string method, string url, string data ) : string

메소드 상세

buildQuery() 공개 정적인 메소드

public static buildQuery ( IDictionary t ) : string
t IDictionary
리턴 string

buildQuery() 공개 정적인 메소드

public static buildQuery ( IDictionary query_params, bool encode ) : string
query_params IDictionary
encode bool
리턴 string

sendRequest() 보호된 정적인 메소드

protected static sendRequest ( string method, string url, string data ) : string
method string
url string
data string
리턴 string

timestamp() 공개 정적인 메소드

Returns number of seconds
public static timestamp ( ) : string
리턴 string

urlEncode() 공개 정적인 메소드

public static urlEncode ( string s, bool encode ) : string
s string
encode bool
리턴 string