Instance Property
インスタンスプロパティ
HTTPShouldHandleCookies
A Boolean value that indicates whether the default cookie handling will be used for this request.
あるブール値、それは省略時のクッキー処理がこの要請に対して使われるべきかどうかを指し示します。
Declaration
宣言
@property(readonly) BOOL HTTPShouldHandleCookies;
Discussion
議論
YES
if the default cookie handling will be used for this request, NO
otherwise. The default is YES
.
YES
、もし省略時のクッキー処理がこのリクエストに対して使われるならば、そうでなければNO
。省略時は、YES
です。
See Also
参照
Controlling Request Behavior
リクエスト挙動を制御する
timeoutInterval
The request’s timeout interval, in seconds.
この要請のもつ時間切れ間隔、秒で。
HTTPShouldUsePipelining
A Boolean value that indicates whether the request should continue transmitting data before receiving a response from an earlier transmission.
あるブール値、それはリクエストがデータの送信を続けることを以前の送信からの応答を受け取る前にすべきかどうかを指し示します。
allowsCellularAccess
A Boolean value that indicates whether the request is allowed to use the cellular radio (if present).
あるブール値、それはリクエストがセルラー無線(もしあれば)の使用を許可されるかどうかを指し示します。
Related Documentation
関連文書
HTTPShouldHandleCookies
A Boolean value that indicates whether the request should use the default cookie handling for the request.
あるブール値、それは要請が省略時のクッキー処理をその要請に対して使うべきかどうかを指し示します。