Internet Direct (Indy) Version 9.0.2 Beta
TIdIdentServer.Create
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 calls the inherited Create method using AOwner as the owner of the object instance. Create also assigns IdPORT_AUTH as the value for the DefaultPort property, as required by the Ident protocol. Create also sets QueryTimeOut to the default value IdDefIdentQueryTimeOut prior to exiting from the method.