TESBClient Class
Definition
Delphi
type TESBClient = class(TObject)
- Inheritance
-
TObjectTESBClient
Constructors
| Create(string, Word, string) |
Create an instance of the client and try to connect to a signing server. |
| Destroy |
Close the connection and free the memory used by this instance. |
Methods
| ClientConnected(TOlfSMSrvConnectedClient) | |
| HasWaitingFiles |
Returns the number of file sent to the server waiting for its response. |
| ReceiveErrorMessage(TOlfSMSrvConnectedClient, TErrorMessage) | |
| ReceiveLoginAnswerMessage(TOlfSMSrvConnectedClient, TLoginAnswerMessage) | |
| ReceiveSignedFileMessage(TOlfSMSrvConnectedClient, TSignedFileMessage) | |
| SendErrorMessage(string) | |
| SendFileToServer(string, string, string) |
Send a file to the signing server. |
| isConnected |
Check if the client is connected to a server. |