Contents

connectionProxyDictionary

A dictionary containing information about the proxy to use within this session.

Declaration

var connectionProxyDictionary: [AnyHashable : Any]? { get set }

Discussion

This property controls which proxy tasks within sessions based on this configuration use when connecting to remote hosts.

Prefer using proxyConfigurations, which supports secure proxy and relay types.

The default value is NULL, which means that tasks use the default system settings.

See Global Proxy Configuration for more information about these dictionaries.

See Also

Setting HTTP policy and proxy properties