Unit 'IdMappedTelnet' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdCustomMappedTelnet

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

Declaration

Source position: IdMappedTelnet.pas line 61

type TIdCustomMappedTelnet = class(TIdMappedPortTCP)

protected

  FAllowedConnectAttempts: Integer;

  

  FOnCheckHostPort: TIdMappedTelnetCheckHostPort;

  

  procedure DoCheckHostPort(); virtual;

  

  procedure SetAllowedConnectAttempts();

  

  procedure ExtractHostAndPortFromLine();

  

  procedure InitComponent; override;

  

public

  property AllowedConnectAttempts: Integer; [rw]

  

  property OnCheckHostPort: TIdMappedTelnetCheckHostPort; [rw]

  

published

  property DefaultPort: TIdPort;

  

  property MappedPort: TIdPort;

  

end;

Inheritance

TIdCustomMappedTelnet

  

|

TIdMappedPortTCP

  

|

TIdCustomTCPServer

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio