qcloudsms_csharp  0.1.6
 全部  命名空间 函数
qcloudsms_csharp.SmsMultiSender类 参考
类 qcloudsms_csharp.SmsMultiSender 继承关系图:
qcloudsms_csharp.SmsBase

Public 成员函数

 SmsMultiSender (int appid, string appkey)
 
 SmsMultiSender (int appid, string appkey, IHTTPClient httpclient)
 
SmsMultiSenderResult send (int type, string nationCode, List< string > phoneNumbers, string msg, string extend, string ext)
 Send a SMS messages to multiple phones at once. 更多...
 
SmsMultiSenderResult send (int type, string nationCode, string[] phoneNumbers, string msg, string extend, string ext)
 Send a SMS messages to multiple phones at once. 更多...
 
SmsMultiSenderResult sendWithParam (string nationCode, List< string > phoneNumbers, int templateId, List< string > parameters, string sign, string extend, string ext)
 Send a SMS messages with template parameters to multiple phones at once. 更多...
 
SmsMultiSenderResult sendWithParam (string nationCode, string[] phoneNumbers, int templateId, string[] parameters, string sign, string extend, string ext)
 Send a SMS messages with template parameters to multiple phones at once. 更多...
 
- Public 成员函数 继承自 qcloudsms_csharp.SmsBase
 SmsBase (int appid, string appkey, IHTTPClient httpclient)
 
HTTPResponse handleError (HTTPResponse response)
 

额外继承的成员函数

- 属性 继承自 qcloudsms_csharp.SmsBase
int appid [get]
 
string appkey [get]
 
IHTTPClient httpclient [get, set]
 

成员函数说明

SmsMultiSenderResult qcloudsms_csharp.SmsMultiSender.send ( int  type,
string  nationCode,
List< string >  phoneNumbers,
string  msg,
string  extend,
string  ext 
)
inline

Send a SMS messages to multiple phones at once.

参数
typeSend a SMS messages to multiple phones at once.
nationCodenation dialing code, e.g. China is 86, USA is 1
phoneNumbersphone number array
msgSMS message content
extendextend field, default is empty string
extext field, content will be returned by server as it is
返回
SmsMultiSenderResult
SmsMultiSenderResult qcloudsms_csharp.SmsMultiSender.send ( int  type,
string  nationCode,
string[]  phoneNumbers,
string  msg,
string  extend,
string  ext 
)
inline

Send a SMS messages to multiple phones at once.

参数
typeSend a SMS messages to multiple phones at once.
nationCodenation dialing code, e.g. China is 86, USA is 1
phoneNumbersphone number array
msgSMS message content
extendextend field, default is empty string
extext field, content will be returned by server as it is
返回
SmsMultiSenderResult
SmsMultiSenderResult qcloudsms_csharp.SmsMultiSender.sendWithParam ( string  nationCode,
List< string >  phoneNumbers,
int  templateId,
List< string >  parameters,
string  sign,
string  extend,
string  ext 
)
inline

Send a SMS messages with template parameters to multiple phones at once.

参数
nationCodenation dialing code, e.g. China is 86, USA is 1
phoneNumbersmultiple phone numbers
templateIdtemplate id
parameterstemplate parameters
signSms user sign
extextend field, default is empty string
返回
SmsMultiSenderResult
SmsMultiSenderResult qcloudsms_csharp.SmsMultiSender.sendWithParam ( string  nationCode,
string[]  phoneNumbers,
int  templateId,
string[]  parameters,
string  sign,
string  extend,
string  ext 
)
inline

Send a SMS messages with template parameters to multiple phones at once.

参数
nationCodenation dialing code, e.g. China is 86, USA is 1
phoneNumbersmultiple phone numbers
templateIdtemplate id
parameterstemplate parameters
signSms user sign
extextend field, default is empty string
返回
SmsMultiSenderResult

该类的文档由以下文件生成: