Instance Property
インスタンスプロパティ
httpMaximumConnectionsPerHost
The maximum number of simultaneous connections to make to a given host.
与えられたホストにする同時接続の最大限の数。
Declaration
宣言
var httpMaximumConnectionsPerHost: Int
{ get set }
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ポリシーおよびプロキシプロパティを設定する