Explorar el Código

* Publish OnError and OnConnectionHandshake

Michaël Van Canneyt hace 3 años
padre
commit
7f8591926a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/fcl-web/src/websocket/fpwebsocketserver.pp

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

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