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.

If you are using a plain SoupSession (ie, not SoupSessionAsync or SoupSessionSync), then a SoupProxyResolverDefault will automatically be added to the session. (You can use SOUP_SESSION_REMOVE_FEATURE_BY_TYPE at construct time if you don't want this.) If you are using one of the deprecated SoupSession subclasses, you can add a SoupProxyResolverDefault to your session with soup_session_add_feature() or soup_session_add_feature_by_type().

Details

SoupProxyResolverDefault

typedef struct _SoupProxyResolverDefault SoupProxyResolverDefault;

Property Details

The "gproxy-resolver" property

  "gproxy-resolver"          GProxyResolver*       : Write

The underlying GProxyResolver.