Foxit PDF SDK
|
Public Types | |
enum | SendRequestResult { SendRequestResult.e_SendResultSuccess = 0, SendRequestResult.e_SendResultFailToCreateSocket = 1, SendRequestResult.e_SendResultFailToConnect = 2, SendRequestResult.e_SendResultFailToSendData = 3, SendRequestResult.e_SendResultFailToReceiveData = 4, SendRequestResult.e_SendResultFailToRequest = 5, SendRequestResult.e_SendResultFailToGetData = 6, SendRequestResult.e_SendResultOutOfMemory = 7 } |
Enumeration for the result of sending time stamp request. More... | |
Public Member Functions | |
TimeStampServer (TimeStampServer other) | |
Constructor, with another time stamp server object. More... | |
string | GetTimeStampMessage () |
Get time stamp message. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
TimeStampServer.SendRequestResult | SendTimeStampRequest (string request) |
Send time stamp request. More... | |
This class represents time stamp server. It can be used to send time stamp request and then get the message.
Enumeration for the result of sending time stamp request.
Values of this enumeration should be used alone.
|
inline |
Constructor, with another time stamp server object.
[in] | other | Another time stamp server object. |
|
inline |
Get time stamp message.
This function is to get the time stamp message after function TimeStampServer.SendTimeStampRequest runs successfully.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
inline |
Send time stamp request.
[in] | request | Time stamp request to be sent. It should not be an empty string. |