Event handler signalled when the remote system connection for the proxied session has been connected.
property OnOutboundConnect: TIdMappedPortOutboundConnectEvent;
OnOutboundConnect is a TIdMappedPortOutboundConnectEvent property that represents the event handler signalled when the remote connection is opened for a proxied client connection on the server.
Event handlers are signalled in the following order during server processing for new client connections:
Assign a procedure to the OnOutboundConnect event handler to allow responding to the new remote connection during execution of a TIdMappedPortContext instance in the server.
Use OnConnect to perform processing required when the local client connection has been configured and opened for the proxied session.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|