proxy_resolver
Description:
[ NoAccessorMethod ]
[ Version ( since = "2.42" ) ]
public ProxyResolver proxy_resolver { owned get; set; }
[ Version ( since = "2.42" ) ]
public ProxyResolver proxy_resolver { owned get; set; }
A ProxyResolver to use with this session.
Setting this will clear the proxy_uri property, and remove any ProxyURIResolver features that have been added to the session.
By default, in a plain Session, this is set to the default
ProxyResolver, but you can set it to null
if you don't want to use
proxies, or set it to your own ProxyResolver if you want to control what
proxies get used.