SoupProxyResolverDefault

SoupProxyResolverDefault — System proxy configuration integration

Synopsis

#include <libsoup/soup.h>

                    SoupProxyResolverDefault;

Object Hierarchy

  GObject
   +----SoupProxyResolverDefault

Implemented Interfaces

SoupProxyResolverDefault implements SoupSessionFeature and SoupProxyURIResolver.

Properties

  "gproxy-resolver"          GProxyResolver*       : Write

Description

SoupProxyResolverDefault is a SoupProxyURIResolver implementation that uses the default gio GProxyResolver to resolve proxies.

In libsoup 2.44 and later, you can set the session's "proxy-resolver" property to the resolver returned by g_proxy_resolver_get_default() to get the same effect. Note that for "plain" SoupSessions (ie, not SoupSessionAsync or SoupSessionSync), this is done for you automatically.

Details

SoupProxyResolverDefault

typedef struct _SoupProxyResolverDefault SoupProxyResolverDefault;

Property Details

The "gproxy-resolver" property

  "gproxy-resolver"          GProxyResolver*       : Write

The underlying GProxyResolver.