Gio.ProxyResolver
const Gio = imports.gi.Gio; let proxy_resolver = new Gio.ProxyResolver();
Gio.ProxyResolver provides synchronous and asynchronous network proxy resolution. Gio.ProxyResolver is used within Gio.SocketClient through the method Gio.SocketConnectable.prototype.proxy_enumerate.
Since 2.26
Prerequisites
ProxyResolver requires GObject.Object
Known Implementations
ProxyResolver is implemented by SimpleProxyResolver