Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
SOAPResponseInfo () | |
Constructor. | |
SOAPResponseInfo (string response_header, string response_body, string network_error, int status_code) | |
Constructor, with parameters. More... | |
SOAPResponseInfo (SOAPResponseInfo soap_response) | |
Constructor, with another SOAP response object. More... | |
void | Set (string response_header, string response_body, string network_error, int status_code) |
Set values. More... | |
Properties | |
string | network_error [get, set] |
Network error information of the SOAP response. | |
string | response_body [get, set] |
Body of the SOAP response. | |
string | response_header [get, set] |
Header of the SOAP response. | |
int | status_code [get, set] |
Status code of the response. | |
This class represents SOAP response.
|
inline |
Constructor, with parameters.
[in] | response_header | Header of the SOAP response. |
[in] | response_body | Body of the SOAP response. |
[in] | network_error | Network error information of the SOAP response. |
[in] | status_code | Status code of the response. |
|
inline |
Constructor, with another SOAP response object.
[in] | soap_response | Another SOAP response object. |
|
inline |
Set values.
[in] | response_header | Header of the SOAP response. |
[in] | response_body | Body of the SOAP response. |
[in] | network_error | Network error information of the SOAP response. |
[in] | status_code | Status code of the response. |