Discuss this help topic in SecureBlackbox Forum
This event is fired when a SITE command is received by the server.
Declaration
Parameters
- Parameters - the parameters of the received SITE command.
- Response - contains the response to the client.
- ErrorCode - contains the error code to be sent to the client.
- pcParameters - the parameters of the received SITE command.
- szParameters - the length of pcParameters.
- pcResponse - contains the response to the client.
- szResponse - the length of pcResponse.
Description
This event is fired when the SITE command is received from the client.
The handler can modify the server's response and the error code.
Discuss this help topic in SecureBlackbox Forum