C# Класс Mono.Upcoming.UpcomingUtil

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

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

Метод Описание
Get ( string method_name ) : Response
Post ( string method_name ) : Response
UpcomingUtil ( string api_key ) : System

Приватные методы

Метод Описание
FormatParameters ( string method_name ) : string
GetParameters ( string parameters ) : Response
GetString ( string url ) : string
PostParameters ( string parameter_string ) : Response
UpcomingUtil ( ) : System

Описание методов

Get() публичный Метод

public Get ( string method_name ) : Response
method_name string
Результат Response

Post() публичный Метод

public Post ( string method_name ) : Response
method_name string
Результат Response

UpcomingUtil() публичный Метод

public UpcomingUtil ( string api_key ) : System
api_key string
Результат System