|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (id) | - init |
| 构造函数。 | |
| (id) | - initWithOther: |
| 带另一个响应对象的构造函数。 更多... | |
| (id) | - initWithType:response_data: |
| 带参数的构造函数。 更多... | |
| (void) | - set:response_data: |
| 设置值。 更多... | |
属性 | |
| NSData * | response_data |
| 响应内容。 | |
| FSResponseResponseType | type |
| 响应类型。请参考从 FSResponseTypeNone 开始的值, 应为这些值之一。 | |
此类表示证书的响应。
| - (id) initWithOther: | (FSResponse*) | other |
带另一个响应对象的构造函数。
| [in] | other | 另一个响应对象。 |
| - (id) initWithType: | (FSResponseResponseType) | type | |
| response_data: | (NSData *) | response_data | |
带参数的构造函数。
| [in] | type | 响应类型。请参考从 FSResponseTypeNone 开始的值, 应为这些值之一。 |
| [in] | response_data | 响应内容。 |
| - (void) set: | (FSResponseResponseType) | type | |
| response_data: | (NSData *) | response_data | |