ProxyAddress

Description Support for proxied GInetSocketAddress.

Constructors

this
this(GProxyAddress* gProxyAddress)

Sets our main struct and passes it to the parent class

this
this(GInetAddress* inetaddr, ushort port, string protocol, string destHostname, ushort destPort, string username, string password)

Creates a new GProxyAddress for inetaddr with protocol that should tunnel through dest_hostname and dest_port. Since 2.26

Members

Functions

getDestinationHostname
string getDestinationHostname()

Gets proxy's destination hostname. Since 2.26

getDestinationPort
ushort getDestinationPort()

Gets proxy's destination port. Since 2.26

getPassword
string getPassword()

Gets proxy's password. Since 2.26

getProtocol
string getProtocol()

Gets proxy's protocol. Since 2.26

getProxyAddressStruct
GProxyAddress* getProxyAddressStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

getUsername
string getUsername()

Gets proxy's username. Since 2.26

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gProxyAddress
GProxyAddress* gProxyAddress;

the main Gtk struct

Inherited Members

From InetSocketAddress

gInetSocketAddress
GInetSocketAddress* gInetSocketAddress;

the main Gtk struct

getInetSocketAddressStruct
GInetSocketAddress* getInetSocketAddressStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getAddress
InetAddress getAddress()

Gets address's GInetAddress. Since 2.22

getPort
ushort getPort()

Gets address's port. Since 2.22

Meta