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 リクエスト挙動を制御する

Related Documentation 関連文書