TTMSFNCWebSocketServerConnection.OnHandshakeResponseSent Event
Occurs after the handshake response has been sent to this connection, signalling that it is ready for message exchange.
API unit family: TMSFNCWebSocketServer
Declaring type: TTMSFNCWebSocketServerConnection
Syntax
OnHandshakeResponseSent: TTMSFNCWebSocketHandshakeSentEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The connection that raised the event. |
AConnection |
The connection whose handshake response was sent. |