Table of Contents

TTMSFNCWebPushServer.OnCreateIOHandler Event

Occurs while the server is created, allowing a custom secure connection handler to be supplied instead of the default one.

API unit family: TMS.TMSFNCWebPushServer Declaring type: TTMSFNCWebPushServer Inherited from: TTMSFNCCustomWebPushServer

Syntax

OnCreateIOHandler: TTMSFNCWebPushServerCreateIOHandlerEvent;

Parameters

Name Description
Sender The server that raised the event.
AIOHandler Assign a configured server I/O handler to override the default secure handler.