Event handler for request to connect to a remote system.
property OnRequest: TNotifyEvent;
Description
OnRequest is a TNotifyEvent event handler used to respond to connection requests using a surrogate UDP client connection to a remote system. Applications must assign a procedure to the event handler to allow response to the event notification.
OnRequest is triggered in DoUDPRead prior to establishing the surrogate connection to a remote system for the local UDP client.