qcloudsms_csharp  0.1.6
 全部  命名空间 函数
qcloudsms_csharp.httpclient.HTTPResponse类 参考

Public 成员函数

 HTTPResponse (int statusCode)
 
 HTTPResponse (int statusCode, string body)
 
 HTTPResponse (int statusCode, string body, string reason)
 
HTTPResponse setStatusCode (int statusCode)
 
HTTPResponse setBody (string body)
 
HTTPResponse setReason (string reason)
 
HTTPResponse addHeader (string name, string value)
 
HTTPResponse setRequest (HTTPRequest request)
 

Public 属性

HTTPRequest request
 
int statusCode
 
string reason
 
string body
 
Dictionary< string, List
< string > > 
headers
 

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