Internet Direct (Indy)
|
Implements a tunnel for UDP connections to a remote computer system.
TIdMappedPortUDP = class(TIdUDPServer);
TIdMappedPortUDP is a TIdUDPServer descendant that implements a tunnel for connections to a remote computer system using the UDP protocol.
TIdMappedPortUDP listens for connections on a designated host address and port number, and makes a surrogate connection to another server using a specified port number. This is useful for certain types of proxy programs. TIdMappedPortUDP also implements an event notification mechanism for new connection requests.
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. |