Indy 9
TIdEchoUDPServer
Hierarchy, Properties, Methods, Events, See Also, Unit: IdEchoUDPServer
TIdEchoUDPServer = class(TIdUDPServer)
Unit
IdEchoUDPServer
Description
TIdECHOServer implements the UDP-based variant of the Echo Protocol (RFC 862) as a server. This is a useful debugging and measurement protocol where the data sent to the server is simply sent back to the client.

TIdEchoUDPServer.DefaultPort
TIdEchoUDPServer
Default port number for the server.
property DefaultPort: integer;
Description
DefaultPort is a published property in TIdECHOServer that identifies the default port number for the server, as described in the Echo Protocol specification. The default value for DefaultPort is IdPORT_ECHO.

TIdEchoUDPServer.Create
TIdEchoUDPServer, See Also
Constructor for the object instance.
constructor Create(axOwner: TComponent); override;
Parameters
AOwner
Owner of the object instance.
Description
Create is the constructor for the object instance. Create initializes the new TIdEchoServer component and sets the default port to the standard port number (IdPORT_ECHO) used for the Echo protocol.

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