|
qcloudsms_csharp
0.1.6
|
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 |