TIdChargenServer
Defines a Character Generator server.
Unit
Description
TIdChargenServer defines a TCP-based Chargen server as defined in the Internet Standards document: RFC 864. Chargen or Character Generator Protocol is used for stress-testing a connection.
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.
Creates a new object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
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).