Indy 9
TIdHostNameServer
Hierarchy, Properties, Methods, Events, See Also, Unit: IdHostnameServer
Implements a HostName server.
TIdHostNameServer = class(TIdTCPServer)
Unit
IdHostnameServer
Description
TIdHostNameServer is a TIdTCPServer descendant that provides a server implementation of the Hostname Server as described in the Internet Standards document:

  • RFC 953 - HOSTNAME Server (http://www.rfc-editor.org/rfc/rfc953.txt)

HostName Server provides machine-readable name and/or address information describing networks, gateways, hosts, and eventually domains, within the internet environment.


TIdHostNameServer.Create
TIdHostNameServer, See Also
Constructor for the object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the constructor for the object instance. Create initializes the TIdHostNameServer component and set's it's default port to the standard Host Name protocol port (IdPORT_HOSTNAME).

TIdHostNameServer.OnCommandALL
TIdHostNameServer, See Also
Event handler for the HOSTNAME ALL command.
property OnCommandALL: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandALL is an event handler for the HOSTNAME ALL command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandALLDOM
TIdHostNameServer, See Also
Event handler for the HOSTNAME ALLDOM command.
property OnCommandALLDOM: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandALLDOM is an event handler for the HOSTNAME ALLDOM command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandALLINGWAY
TIdHostNameServer
Event handler for the HOSTNAME ALLINGWAY command.
property OnCommandALLINGWAY: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandALLINGWAY is an event handler for the HOSTNAME ALLINGWAY command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandALLOLD
TIdHostNameServer
Event handler for the HOSTNAME ALLOLD command.
property OnCommandALLOLD: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandALLOLD is an event handler for the HOSTNAME ALLOLD command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandDOMAINS
TIdHostNameServer
Event handler for the HOSTNAME DOMAINS command.
property OnCommandDOMAINS: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandDOMAINS is an event handler for the HOSTNAME DOMAINS command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandHADDR
TIdHostNameServer
Event handler for the HOSTNAME HADDR command.
property OnCommandHADDR: THostNameOneParmEvent;
Parameters
Parm
Parameters for the command.
Thread
Client generating the event.
Description
OnCommandHADDR is an event handler for the HOSTNAME HADDR command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandHELP
TIdHostNameServer, See Also
Event handler for the HOSTNAME Help command.
property OnCommandHELP: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandHELP is an event handler for the HOSTNAME Help command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandHNAME
TIdHostNameServer, See Also
Event handler for the HOSTNAME HNAME command.
property OnCommandHNAME: THostNameOneParmEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandHNAME ia an event handler for the HOSTNAME HNAME command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

TIdHostNameServer.OnCommandVERSION
TIdHostNameServer
Event handler for the HOSTNAME VERSION command.
property OnCommandVERSION: THostNameGetEvent;
Parameters
Thread
Client generating the event.
Description
OnCommandVERSION is an event handler for the HOSTNAME VERSION command. Applications must assign a procedure to the event handler to allow the server to respond to the command.

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