|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| SOAPResponseInfo () | |
| 构造函数。 | |
| SOAPResponseInfo (string response_header, string response_body, string network_error, int status_code) | |
| 构造函数,带参数。 更多... | |
| SOAPResponseInfo (SOAPResponseInfo soap_response) | |
| 拷贝构造函数,使用另一个SOAP响应对象。 更多... | |
| void | Set (string response_header, string response_body, string network_error, int status_code) |
| 设置值。 更多... | |
属性 | |
| string | network_error [get, set] |
| SOAP响应的网络错误信息。 | |
| string | response_body [get, set] |
| SOAP响应的主体。 | |
| string | response_header [get, set] |
| SOAP响应的头部。 | |
| int | status_code [get, set] |
| 响应的状态码。 | |
此类表示SOAP response。
|
inline |
构造函数,带参数。
| [in] | response_header | SOAP响应的头部。 |
| [in] | response_body | SOAP响应的正文。 |
| [in] | network_error | SOAP响应的网络错误信息。 |
| [in] | status_code | 响应的状态码。 |
|
inline |
拷贝构造函数,使用另一个SOAP响应对象。
| [in] | soap_response | 另一个SOAP响应对象。 |
|
inline |
设置值。
| [in] | response_header | SOAP响应的头部。 |
| [in] | response_body | SOAP响应的主体。 |
| [in] | network_error | SOAP响应的网络错误信息。 |
| [in] | status_code | 响应的状态码。 |