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

TIdCustomTransparentProxy

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

Declaration

Source position: IdCustomTransparentProxy.pas line 82

type TIdCustomTransparentProxy = class(TIdComponent)

protected

  FHost: string;

  

  FPassword: string;

  

  FPort: TIdPort;

  

  FIPVersion: TIdIPVersion;

  

  FUsername: string;

  

  FChainedProxy: TIdCustomTransparentProxy;

  

  procedure InitComponent; override;

  

  function GetEnabled; virtual; abstract;

  

  procedure SetEnabled(); virtual;

  

  procedure MakeConnection(); virtual; abstract;

  

  procedure Notification(); override;

  

  procedure SetChainedProxy();

  

public

  procedure Assign(); override;

  

  procedure OpenUDP(); virtual;

  

  procedure CloseUDP(); virtual;

  

  function RecvFromUDP(); virtual;

  

  procedure SendToUDP(); virtual;

  

  procedure Connect();

  

  procedure Bind();

  

  function Listen(); virtual;

  

  property Enabled: Boolean; [rw]

  

  property Host: string; [rw]

  

  property Password: string; [rw]

  

  property Port: TIdPort; [rw]

  

  property IPVersion: TIdIPVersion; [rw]

  

  property Username: string; [rw]

  

  property ChainedProxy: TIdCustomTransparentProxy; [rw]

  

end;

Inheritance

TIdCustomTransparentProxy

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio