Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Types | |
enum | ResponseType { ResponseType.e_TypeNone = 0, ResponseType.e_TypeCRL = 1, ResponseType.e_TypeOCSP = 2 } |
Enumeration for response type. More... | |
Public Member Functions | |
Response (Response.ResponseType type, byte[] response_data) | |
Constructor, with parameters. More... | |
Response () | |
Constructor. | |
Response (Response other) | |
Constructor, with another response object. More... | |
void | Set (Response.ResponseType type, byte[] response_data) |
Set value. More... | |
Properties | |
string | response_data [get, set] |
Response content. | |
Response.ResponseType | type [get, set] |
Response type. Please refer to values starting from foxit.pdf.Response.ResponseType.e_TypeNone and this should be one of these values. | |
This class represents a response for a certificate.
|
strong |
|
inline |
Constructor, with parameters.
[in] | type | Response type. Please refer to values starting from foxit.pdf.Response.ResponseType.e_TypeNone and this should be one of these values. |
[in] | response_data | Response content. |
|
inline |
Constructor, with another response object.
[in] | other | Another response object. |
|
inline |
Set value.
[in] | type | Response type. Please refer to values starting from foxit.pdf.Response.ResponseType.e_TypeNone and this should be one of these values. |
[in] | response_data | Response content. |