Unit 'IdTelnetServer' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdTelnetServer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdTelnetServer.pas line 107

type TIdTelnetServer = class(TIdCustomTCPServer)

protected

  FLoginAttempts: Integer;

  

  FOnAuthentication: TAuthenticationEvent;

  

  FLoginMessage: string;

  

  FOnNegotiate: TIdTelnetNegotiateEvent;

  

  procedure DoConnect(); override;

  

  procedure InitComponent; override;

  

public

  function DoAuthenticate(); virtual;

  

  procedure DoNegotiate(); virtual;

  

published

  property DefaultPort: TIdPort;

  

  property LoginAttempts: Integer; [rw]

  

  property LoginMessage: string; [rw]

  

  property OnAuthentication: TAuthenticationEvent; [rw]

  

  property OnNegotiate: TIdTelnetNegotiateEvent; [rw]

  

  property OnExecute: TIdServerThreadEvent;

  

end;

Inheritance

TIdTelnetServer

  

|

TIdCustomTCPServer

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio