Indy 9
|
TIdMappedPortOutboundConnectEvent = procedure (AThread: TIdMappedPortThread; AException: Exception) of object;
AThread is the TIdMappedPortThread instance for the proxied connection, and provides access to the connections for the server (Proxy) and client (remote).
AException is an optional exception that may have been raised while attempting to open the outbound proxy connection. AException will contain Nil when an exception has not been raised during outbound connection.