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

httpShouldUsePipelining

A Boolean value that determines whether the session should use HTTP pipelining. あるブール値、それはセッションがHTTPパイプラインを使うべきかどうかを決定します。

Declaration 宣言

var httpShouldUsePipelining: Bool { get set }

Discussion 議論

This property determines whether tasks within sessions based on this configuration should use HTTP pipelining. You can also enable pipelining on a per-task basis by creating the task with an NSURLRequest object. このプロパティは、この構成設定に基づくセッションの中のタスクがHTTPパイプラインを使うべきかを決定します。あなたはまた、タスク毎基準でパイプラインを可能にすることが、タスクをNSURLRequestオブジェクトで作成することでできます。

The default value is false. 省略時の値はfalseです。

See Also 参照

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