C# 클래스 WykopSharp.ApiMethod

파일 보기 프로젝트 열기: adiospl/WykopSharp 1 사용 예제들

공개 메소드들

메소드 설명
ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters ) : System
ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet postParameters ) : System
ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet methodParameters ) : System
ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet methodParameters, SortedSet postParameters ) : System

메소드 상세

ApiMethod() 공개 메소드

public ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters ) : System
methodUrl string
httpMethod HttpMethod
apiParameters HashSet
리턴 System

ApiMethod() 공개 메소드

public ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet postParameters ) : System
methodUrl string
httpMethod HttpMethod
apiParameters HashSet
postParameters SortedSet
리턴 System

ApiMethod() 공개 메소드

public ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet methodParameters ) : System
methodUrl string
httpMethod HttpMethod
apiParameters HashSet
methodParameters SortedSet
리턴 System

ApiMethod() 공개 메소드

public ApiMethod ( string methodUrl, HttpMethod httpMethod, HashSet apiParameters, SortedSet methodParameters, SortedSet postParameters ) : System
methodUrl string
httpMethod HttpMethod
apiParameters HashSet
methodParameters SortedSet
postParameters SortedSet
리턴 System