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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|