Instance Property
インスタンスプロパティ
HTTPShouldUsePipelining
A Boolean value that determines whether the session should use HTTP pipelining.
あるブール値、それはセッションがHTTPパイプラインを使うべきかどうかを決定します。
Declaration
宣言
@property BOOL HTTPShouldUsePipelining;
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 NO
.
省略時の値はNO
です。
See Also
参照
Setting HTTP Policy and Proxy Properties
HTTPポリシーおよびプロキシプロパティを設定する
connectionProxyDictionary
A dictionary containing information about the proxy to use within this session.
セッション内で使うプロキシについての情報を含んでいる辞書。