qcloudsms_csharp
0.1.6
|
Public 成员函数 | |
SmsMobileStatusPuller (int appid, string appkey) | |
SmsMobileStatusPuller (int appid, string appkey, IHTTPClient httpclient) | |
SmsStatusPullCallbackResult | pullCallback (string nationCode, string mobile, long beginTime, long endTime, int max) |
Pull SMS messages status for single mobile. 更多... | |
SmsStatusPullReplyResult | pullReply (string nationCode, string mobile, long beginTime, long endTime, int max) |
Pull reply SMS message status for single mobile. 更多... | |
![]() | |
SmsBase (int appid, string appkey, IHTTPClient httpclient) | |
HTTPResponse | handleError (HTTPResponse response) |
额外继承的成员函数 | |
![]() | |
int | appid [get] |
string | appkey [get] |
IHTTPClient | httpclient [get, set] |
|
inline |
Pull SMS messages status for single mobile.
nationCode | nation dialing code, e.g. China is 86, USA is 1 |
mobile | mobile number |
beginTime | begin time, unix timestamp |
endTime | begin time, unix timestamp |
max | maximum number of message status |
|
inline |
Pull reply SMS message status for single mobile.
nationCode | nation dialing code, e.g. China is 86, USA is 1 |
mobile | mobile number |
beginTime | begin time, unix timestamp |
endTime | end time, unix timestamp |
max | maximum number of message status |