C# Класс WykopSharp.ApiMethod

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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