Evénements System.Win.ScktComp.TServerWinSocket

De RAD Studio API Documentation
Aller à : navigation, rechercher


héritésprotégés
OnClientConnectpublicSe produit quand un socket client complète une connexion acceptée par le socket d'écoute.
OnClientDisconnectpublicSe produit quand la connexion avec un socket client est fermée.
OnClientErrorpublicSe produit quand un échec a lieu dans la mise en place, l'utilisation ou l'arrêt d'une connexion de socket avec un socket client.
OnClientReadpublicSe produit quand le socket serveur doit lire des informations dans un socket client.
OnClientWritepublicSe produit quand le socket serveur doit écrire des informations dans un socket client.
OnErrorEventpublicSe produit quand le socket échoue dans l'établissement, l'utilisation ou l'arrêt d'une connexion.
OnGetSocketpublicSe produit quand le socket serveur a besoin de créer un nouvel objet TServerClientWinSocket pour constituer la connexion avec un socket client.
OnGetThreadpublicSe produit quand le socket serveur a besoin de créer un nouveau thread d'exécution pour une connexion avec un socket client.
OnSocketEventpublicSe produit quand le socket Windows reçoit la notification d'événements asynchrones.
OnThreadEndpublicSe produit quand une connexion de socket client se termine et que s'arrête l'exécution du thread associé.
OnThreadStartpublicSe produit au démarrage du thread d'exécution d'une connexion avec un socket client.