|
qcloudsms_csharp
0.1.6
|
Public 成员函数 | |
| HTTPRequest (HTTPMethod method, string url) | |
| HTTPRequest | setBody (string body) |
| HTTPRequest | setBodyEncoding (Encoding bodyEncoding) |
| HTTPRequest | addHeader (string name, string value) |
| HTTPRequest | addQueryParameter (string name, string value) |
| HTTPRequest | addQueryParameter (string name, int value) |
| HTTPRequest | addQueryParameter (string name, long value) |
| HTTPRequest | setConnectionTimeout (int connectionTimeout) |
| HTTPRequest | setRequestTimeout (int requestTimeout) |
| override string | ToString () |
Public 属性 | |
| string | body |
| Encoding | bodyEncoding |
| Dictionary< string, string > | headers |
| Dictionary< string, string > | parameters |
| int | connectTimeout |
| int | requestTimeout |
属性 | |
| HTTPMethod | method [get, set] |
| string | url [get, set] |