Instance Property
インスタンスプロパティ
HTTPMaximumConnectionsPerHost
The maximum number of simultaneous connections to make to a given host.
与えられたホストにする同時接続の最大限の数。
Declaration
宣言
@property NSInteger
HTTPMaximumConnectionsPerHost;
Discussion
議論
This property determines the maximum number of simultaneous connections made to each host by tasks within sessions based on this configuration.
このプロパティは、この構成設定に基づくセッション内のタスクによって各ホストに対してなされる同時接続の最大限の数を決定します。
This limit is per session, so if you use multiple sessions, your app as a whole may exceed this limit. Additionally, depending on your connection to the Internet, a session may use a lower limit than the one you specify.
この限界はセッションごとです、なのであなたが複数のセッションを使うならば、あなたのアプリは全体としてはこの限界を越えるかもしれません。加えて、インターネットへのあなたの接続に依存して、セッションはあなたが指定するものよりも低い限界を使うかもしれません。
The default value is 6
.
See Also
参照
Setting HTTP Policy and Proxy Properties
HTTPポリシーおよびプロキシプロパティを設定する
HTTPShouldUsePipelining
A Boolean value that determines whether the session should use HTTP pipelining.
あるブール値、それはセッションがHTTPパイプラインを使うべきかどうかを決定します。
connectionProxyDictionary
A dictionary containing information about the proxy to use within this session.
セッション内で使うプロキシについての情報を含んでいる辞書。