Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient Class

Implements a UDP client.

Pascal
TIdUDPClient = class(TIdUDPBase);

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

RFC 768 - User Datagram Protocol (UDP)  

TIdUDPClient implements overloaded methods used to send data to the remote endpoint specified by Host and Port using the connection-less UDP protocol. 

TIdUDPClient publishes properties used in determining the destination endpoint and timeout for the client. 

TIdUDPClient also introduces support for transmitting datagrams through SOCKS proxy servers. 

TIdUDPClient is used as an ancestor class for protocol implementations based on UDP, including TIdDNSResolver, TIdSNTP, and TIdTrivialFTP.

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.