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

httpShouldUsePipelining

A Boolean value that indicates whether the request should continue transmitting data before receiving a response from an earlier transmission. あるブール値、それはリクエストがデータの送信を続けることを以前の送信からの応答を受け取る前にすべきかどうかを指し示します。

Declaration 宣言

var httpShouldUsePipelining: Bool { get }

Discussion 議論

true if the request should continue transmitting data; otherwise, false. true 、もしリクエストがデータの送信を続けるべきならば;そうでなければ、false

See Also 参照

Controlling Request Behavior リクエスト挙動を制御する

Related Documentation 関連文書