Instance Property インスタンスプロパティ

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. このプロパティは、リモートホストに接続している時に、この構成設定に基づくセッション内のプロキシタスクのどれを使うかを制御します。

The default value is NULL, which means that tasks use the default system settings. 省略時の値はNULLです、それはタスクが省略時のシステム設定を使うことを意味します。

See Global Proxy Configuration for more information about these dictionaries. Global Proxy Configurationをこれらの辞書についてのさらなる情報として見てください。

See Also 参照

Setting HTTP Policy and Proxy Properties HTTPポリシーおよびプロキシプロパティを設定する