Internet Direct (Indy)
|
Event handler for a connection request to a remote system.
property OnRequest: TIdNotifyEvent;
OnRequest is a TNotifyEvent event handler property 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.
DoUDPRead
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |