Creates a new #GProxyAddress for inetaddr with protocol that should tunnel through dest_hostname and dest_port.
Gets proxy's destination hostname; that is, the name of the host that will be connected to via the proxy, not the name of the proxy itself.
Gets proxy's destination port; that is, the port on the destination host that will be connected to via the proxy, not the port number of the proxy itself.
Gets the protocol that is being spoken to the destination server; eg, "http" or "ftp".
Gets proxy's password.
Gets proxy's protocol. eg, "socks" or "http"
Gets the proxy URI that proxy was constructed from.
Gets proxy's username.
Returns this, for use in with statements.
Get destinationHostname property.
Get destinationPort property.
Get destinationProtocol property.
Get password property.
Get protocol property.
Get uri property.
Get username property.
Get builder for gio.proxy_address.ProxyAddress
Returns this, for use in with statements.
Get builder for gio.inet_socket_address.InetSocketAddress
Get address property.
Get flowinfo property.
Get port property.
Get scopeId property.
Creates a new #GInetSocketAddress for address and port.
Gets address's #GInetAddress.
Gets the sin6_flowinfo field from address, which must be an IPv6 address.
Gets address's port.
Gets the sin6_scope_id field from address, which must be an IPv6 address.
A gio.inet_socket_address.InetSocketAddress representing a connection via a proxy server.