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

Public 类型

enum  ContentType { WAV, MP3 }
 

Public 成员函数

 VoiceFileUploader (int appid, string appkey)
 
 VoiceFileUploader (int appid, string appkey, IHTTPClient httpclient)
 
VoiceFileUploaderResult upload (byte[] fileContent, ContentType contentType)
 Send a file voice. 更多...
 
- 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]
 

成员函数说明

VoiceFileUploaderResult qcloudsms_csharp.VoiceFileUploader.upload ( byte[]  fileContent,
ContentType  contentType 
)
inline

Send a file voice.

参数
fileContentfile content bytes
contentTypefile content type
返回
VoiceFileUploaderResult

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