ProxyAddressEnumerator


Object Hierarchy:

GLib.ProxyAddressEnumerator GLib.ProxyAddressEnumerator GLib.ProxyAddressEnumerator GLib.SocketAddressEnumerator GLib.SocketAddressEnumerator GLib.SocketAddressEnumerator->GLib.ProxyAddressEnumerator GLib.Object GLib.Object GLib.Object->GLib.SocketAddressEnumerator

Description:

[ CCode ( type_id = "g_proxy_address_enumerator_get_type ()" ) ]
public class ProxyAddressEnumerator : SocketAddressEnumerator

ProxyAddressEnumerator is a wrapper around SocketAddressEnumerator which takes the SocketAddress instances returned by the SocketAddressEnumerator and wraps them in ProxyAddress instances, using the given proxy_resolver.

This enumerator will be returned (for example, by enumerate) as appropriate when a proxy is configured; there should be no need to manually wrap a SocketAddressEnumerator instance with one.


Namespace: GLib
Package: gio-2.0

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class GLib.SocketAddressEnumerator
All known members inherited from class GLib.Object



2022 vala-language.org