Instance Property
インスタンスプロパティ
HTTPShouldHandleCookies
A Boolean value that indicates whether the request should use the default cookie handling for the request.
あるブール値、それは要請が省略時のクッキー処理をその要請に対して使うべきかどうかを指し示します。
Declaration
宣言
@property BOOL HTTPShouldHandleCookies;
Discussion
議論
YES
if the request should use the default cookie handling for the request, NO
otherwise. The default is YES
.
要請が省略時のクッキー処理をその要請に対して使うべきであるならばYES
、そうでなければNO
。省略時は、YES
です。
If your app sets the Cookie
header on an NSMutableURLRequest
object, then this method has no effect, and the cookie data you set in the header overrides all cookies from the cookie store.
あなたのアプリがCookie
ヘッダをNSMutableURLRequest
オブジェクト上で設定するならば、そのときこのメソッドは効果を持ちません、そしてあなたがヘッダにおいて設定するクッキーデータはクッキー貯蔵庫からの全てのクッキーをオーバーライドします。
Special Considerations
特別な注意事項
In OS X v10.2 with Safari 1.0 the value set by this method is not respected by the framework.
Safari 1.0を使うOS X v10.2ではこのメソッドによって設定される値は、フレームワークによって配慮されません。
See Also
参照
Controlling Request Behavior
リクエスト挙動を制御する
timeoutInterval
The request’s timeout interval, in seconds.
この要請のもつ時間切れ間隔、秒で。
HTTPShouldUsePipelining
A Boolean value that indicates whether the request can continue transmitting data before receiving a response from an earlier transmission.
あるブール値、それは要請がデータの送信を続けることを以前の送信からの応答を受け取る前に可能かどうかを指し示します。
allowsCellularAccess
A Boolean value that indicates whether a connection can use the device’s cellular network (if present).
あるブール値、それはある接続がデバイスのセルラーネットワークを使うことができるかどうかを指し示します(もし存在するならば)。
Related Documentation
関連文書
HTTPShouldHandleCookies
A Boolean value that indicates whether the default cookie handling will be used for this request.
あるブール値、それは省略時のクッキー処理がこの要請に対して使われるべきかどうかを指し示します。