Indy 9
TIdChargenUDPServer
Hierarchy, Properties, Methods, Events, See Also, Unit: IdChargenUDPServer
Defines a Character Generator server.
TIdChargenUDPServer = class(TIdUDPServer)
Unit
IdChargenUDPServer
Description
TIdChargenServer defines a UDP-based Chargen server as defined in the Internet Standards document: RFC 864. Chargen or Character Generator Protocol is used for stress-testing a connection.

TIdChargenUDPServer.DefaultPort
TIdChargenUDPServer
Default port number for the server.
property DefaultPort: integer;
Description
DefaultPort is a published property in TIdChargenServer that contains the default port number used by the server, as described in the Character Generator Protocol specification. The default value for DefaultPort is IdPORT_CHARGEN, as assigned in the Create constructor.

TIdChargenUDPServer.Create
TIdChargenUDPServer
Creates a new object instance.
constructor Create(axOwner: TComponent); override;
Parameters
AOwner
Owner of the object instance.
Description
Create is the constructor for the object instance, and calls the inherited Create method. Create sets DefaultPort to the standard port number used for the Chargen protocol (IdPORT_CHARGEN).

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