[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 5430
type TGProxyAddress = object(TGInetSocketAddress) |
||
|
||
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] |
|
|
|
||
|
||
|
||
|
||
end; |
|
||
|
||
|
||
|