TTMSFNCWebsocketClientHandshakeResponseEvent Event Type
Signature of the event fired when the server handshake response has been received and validated, allowing the connection to be accepted or rejected.
API unit family: TMSFNCWebSocketClient
Parameters
| Name | Description |
|---|---|
Sender |
The client raising the event. |
AResponse |
The parsed handshake response received from the server. |
AAllow |
In/out flag; set to False in the handler to reject the connection. |