Indy 9
TIdChargenServer
Hierarchy, Properties, Methods, Events, See Also, Unit: IdChargenServer
Defines a Character Generator server.
TIdChargenServer = class(TIdTCPServer)
Unit
IdChargenServer
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.

TIdChargenServer.DefaultPort
TIdChargenServer
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.

TIdChargenServer.Create
TIdChargenServer
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).

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