Unit 'IdConnectThroughHttpProxy' Package
[Overview][Classes][Index] [#pl_indy]

TIdConnectThroughHttpProxy

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

Declaration

Source position: IdConnectThroughHttpProxy.pas line 54

type TIdConnectThroughHttpProxy = class(TIdCustomTransparentProxy)

protected

  FEnabled: Boolean;

  

  function GetEnabled; override;

  

  procedure SetEnabled(); override;

  

  procedure MakeConnection(); override;

  

  procedure DoMakeConnection(); virtual;

  

public

  procedure Assign(); override;

  

published

  property Enabled: Boolean;

  

  property Host: string;

  

  property Port: TIdPort;

  

  property ChainedProxy: TIdCustomTransparentProxy;

  

  property Username: string;

  

  property Password: string;

  

end;

Inheritance

TIdConnectThroughHttpProxy

  

|

TIdCustomTransparentProxy

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio