ProxyAddress
A class@Gio.InetSocketAddress representing a connection via a proxy server.
Since
2.26
Constructors
Creates a new #GProxyAddress for @inetaddr with @protocol that should tunnel through @dest_hostname and @dest_port.
Properties
The address.
The proxy destination hostname.
The proxy destination port.
The protocol being spoke to the destination host, or null if the #GProxyAddress doesn't know.
The family of the socket address.
Functions
Creates a #GSocketAddressEnumerator for @connectable.
Gets the size of @address's native struct sockaddr. You can use this to allocate memory to pass to g_socket_address_to_native().
Creates a #GSocketAddressEnumerator for @connectable that will return a #GProxyAddress for each of its addresses that you must connect to via a proxy.
Format a #GSocketConnectable as a string. This is a human-readable format for use in debugging output, and is not a stable serialization format. It is not suitable for use in user interfaces as it exposes too much information for a user.