Indy 9
TIdMappedPortThreadEvent
See Also, Unit: IdMappedPortTCP
Event triggered during execution of a port-based proxy connection.
TIdMappedPortThreadEvent = procedure (AThread: TIdMappedPortThread) of object;
Unit
IdMappedPortTCP
Description
TIdMappedPortThreadEvent is an event type triggered during execution of a port-based proxy, and allows access to the properties and methods of the TIdMappedPortThread for the proxied connection.

TIdMappedPortThreadEvent is the type used to represent event handlers in TIdMappedPortTCP, like:

  • OnConnect

  • OnOutboundConnect

  • OnExecute

  • OnOutboundData

  • OnDisconnect

  • OnOutboundDisconnect

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.