Instance Property
インスタンスプロパティ
httpShouldHandleCookies
A Boolean value that indicates whether the request should use the default cookie handling for the request.
あるブール値、それは要請が省略時のクッキー処理をその要請に対して使うべきかどうかを指し示します。
Declaration
宣言
var httpShouldHandleCookies: Bool
{ get set }
Discussion
議論
true
if the request should use the default cookie handling for the request, false
otherwise. The default is true
.
要請が省略時のクッキー処理をその要請に対して使うべきであるならばtrue
、そうでなければfalse
。省略時は、true
です。
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
リクエスト挙動を制御する
var httpShouldUsePipelining: Bool
A Boolean value that indicates whether the request can continue transmitting data before receiving a response from an earlier transmission.
あるブール値、それは要請がデータの送信を続けることを以前の送信からの応答を受け取る前に可能かどうかを指し示します。
var allowsCellularAccess: Bool
A Boolean value that indicates whether a connection can use the device’s cellular network (if present).
あるブール値、それはある接続がデバイスのセルラーネットワークを使うことができるかどうかを指し示します(もし存在するならば)。
Related Documentation
関連文書
var httpShouldHandleCookies: Bool
A Boolean value that indicates whether the default cookie handling will be used for this request.
あるブール値、それは省略時のクッキー処理がこの要請に対して使われるべきかどうかを指し示します。