Przeglądaj źródła

* Publish OnError and OnConnectionHandshake

Michaël Van Canneyt 3 lat temu
rodzic
commit
7f8591926a

+ 2 - 0
packages/fcl-web/src/websocket/fpwebsocketserver.pp

@@ -92,6 +92,8 @@ type
     property OnDisconnect;
     property OnDisconnect;
     property OnControlReceived;
     property OnControlReceived;
     Property ThreadMode;
     Property ThreadMode;
+    Property OnError;
+    Property OnConnectionHandshake;
     // use SSL ?
     // use SSL ?
     Property UseSSL : Boolean Read FUseSSL Write SetUseSSL;
     Property UseSSL : Boolean Read FUseSSL Write SetUseSSL;
     // Properties to use when doing SSL handshake
     // Properties to use when doing SSL handshake