C# 클래스 FastSmsSdk.ReportParser

파일 보기 프로젝트 열기: fastsmsuk/dotNet-sdk

공개 메소드들

메소드 설명
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