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

TIdFtpProxySettings

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

Declaration

Source position: IdFTP.pas line 696

type TIdFtpProxySettings = class(TPersistent)

protected

  FHost: string;

  

  FUserName: string;

  

  FPassword: string;

  

  FProxyType: TIdFtpProxyType;

  

  FPort: TIdPort;

  

public

  procedure Assign(); override;

  

published

  property ProxyType: TIdFtpProxyType; [rw]

  

  property Host: string; [rw]

  

  property UserName: string; [rw]

  

  property Password: string; [rw]

  

  property Port: TIdPort; [rw]

  

end;

Inheritance

TIdFtpProxySettings

  

|

TObject



CT Web help

CodeTyphon Studio