Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (response_header, response_body, network_error, status_code) | |
Constructor, with parameters. More... | |
Set (response_header, response_body, network_error, status_code) | |
Set values. More... | |
Public Attributes | |
network_error | |
Network error information of the SOAP response. | |
response_body | |
Body of the SOAP response. | |
response_header | |
Header of the SOAP response. | |
status_code | |
Status code of the response. | |
This class represents SOAP response.
FSDK.SOAPResponseInfo.constructor | ( | response_header | , |
response_body | , | ||
network_error | , | ||
status_code | |||
) |
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. |
FSDK.SOAPResponseInfo.Set | ( | response_header | , |
response_body | , | ||
network_error | , | ||
status_code | |||
) |
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. |