C# Class WykopSharp.ApiMethod

Mostrar archivo Open project: adiospl/WykopSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

ApiMethod() public method

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

ApiMethod() public method

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

ApiMethod() public method

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

ApiMethod() public method

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