C# Класс FastSmsSdk.ReportParser

Показать файл Открыть проект

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

Метод Описание
GetInboundReport ( string response ) : List

Gets inbound messages.

GetMessageReport ( string response ) : List

Gets message report.

GetOuboxReport ( string response ) : List

Gets outbox report.

GetUsageReport ( string response ) : List

Gets usage report.

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

GetInboundReport() публичный статический Метод

Gets inbound messages.
public static GetInboundReport ( string response ) : List
response string Response from API
Результат List

GetMessageReport() публичный статический Метод

Gets message report.
public static GetMessageReport ( string response ) : List
response string Response from API
Результат List

GetOuboxReport() публичный статический Метод

Gets outbox report.
public static GetOuboxReport ( string response ) : List
response string Response from API
Результат List

GetUsageReport() публичный статический Метод

Gets usage report.
public static GetUsageReport ( string response ) : List
response string Response from API
Результат List