Foxit PDF SDK
foxit.pdf.actions.SOAPResponseInfo类 参考

继承自 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。

构造及析构函数说明

◆ SOAPResponseInfo() [1/2]

foxit.pdf.actions.SOAPResponseInfo.SOAPResponseInfo ( string  response_header,
string  response_body,
string  network_error,
int  status_code 
)
inline

构造函数,带参数。

参数
[in]response_headerSOAP响应的头部。
[in]response_bodySOAP响应的正文。
[in]network_errorSOAP响应的网络错误信息。
[in]status_code响应的状态码。

◆ SOAPResponseInfo() [2/2]

foxit.pdf.actions.SOAPResponseInfo.SOAPResponseInfo ( SOAPResponseInfo  soap_response)
inline

拷贝构造函数,使用另一个SOAP响应对象。

参数
[in]soap_response另一个SOAP响应对象。

成员函数说明

◆ Set()

void foxit.pdf.actions.SOAPResponseInfo.Set ( string  response_header,
string  response_body,
string  network_error,
int  status_code 
)
inline

设置值。

参数
[in]response_headerSOAP响应的头部。
[in]response_bodySOAP响应的主体。
[in]network_errorSOAP响应的网络错误信息。
[in]status_code响应的状态码。
返回
None.