When the interface is registered as callback, this method is executed after the response from the proxy server was received. It allows to inspect the response message and to modify the result of the verification of the response.
Input |
Data type |
Description |
---|---|---|
i_pbyMessage |
POINTER TO BYTE |
Pointer to the response message received from the server. |
i_uiMsgLength |
UINT |
Indicates the actual length of the message. |
Input |
Data type |
Description |
---|---|---|
iq_etResult |
Indicates the result of the verification of the response. Any value unequal to Ok will result in an abort of establishing a connection. |