[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGProxyAddress

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

Declaration

Source position: lazgio2.pas line 5430

type TGProxyAddress = object(TGInetSocketAddress)

  priv1: PGProxyAddressPrivate;

  

  function new();

  

  function get_destination_hostname;

  

  function get_destination_port;

  

  function get_destination_protocol;

  

  function get_password;

  

  function get_protocol;

  

  function get_uri;

  

  function get_username;

  

  property destination_hostname: Pgchar; [r]

  

  property destination_port: guint16; [r]

  

  property destination_protocol: Pgchar; [r]

  

  property password: Pgchar; [r]

  

  property protocol: Pgchar; [r]

  

  property uri: Pgchar; [r]

  

  property username: Pgchar; [r]

  

end;

Inheritance

TGProxyAddress

  

TGInetSocketAddress

  

TGSocketAddress

  

TGObject