Internet Direct (Indy) Version 9.0.1 Beta
TIdUDPClient
Implements a UDP client.

TIdUDPClient = class(TIdUDPBase)
Description
TIdUDPClient is a TIdUDPBase descendant that provides a client implementation of the User Datagram Protocol (UDP) as described in the Internet Standards document:

TIdUDPClient implements the Send method to transmit data to the remote computer system specified by Host and Port using the connection-less UDP protocol.

TIdUDPClient is used as an ancestor class for protocol implementations based on UDP. For example, TIdDNSResolver, TIdSNTP, and TIdTrivialFTP are descendants of TIdUDPClient.