Connected Event
Fired when a WebSocket is successfully opened.
Syntax
type TConnectedEvent = procedure ( Sender: TObject; ConnectionId: Integer ) of Object;
property OnConnected: TConnectedEvent read FOnConnected write FOnConnected;
Remarks
The Connected event is fired when a WebSocket is successfully opened on a connection.
ConnectionId identifies the connection.