IPWorks WebSockets 2020 Delphi Edition

Questions / Feedback?

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 Delphi Edition - Version 20.0 [Build 8155]