Internet Direct (Indy)
Home
PreviousUpNext
TIdMappedPortOutboundConnectEvent Type

Event handler signalled when establishing the outbound connection for a proxied client session in TIdMappedPortTCP server.

Pascal
TIdMappedPortOutboundConnectEvent = procedure (AContext:TIdContext; AException: Exception) of object;

TIdMappedPortOutboundConnectEvent is a type used to represent an event handler signalled when establishing the outbound connection for a proxied client session in TIdMappedPortTCP server. 

AContext is the executable task that represents the client session created when a listener thread accepts a connection to the server. 

AException is an optional exception that has occurred while trying to establish the outbound connection. If AException is unassigned, than no exception has been detected during the process. 

TIdMappedPortOutboundConnectEvent is the type used to represent the TIdMappedPortTCP.OnOutboundConnect event handler property.

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.