static let comment: HTTPCookiePropertyKey
An
NSString
object containing the comment for the cookie.
NSString
オブジェクト、クッキーに対するコメントを含んでいます。
static let commentURL : HTTPCookiePropertyKey
An
NSURL
object or NSString
object containing the comment URL for the cookie.
NSURL
オブジェクトまたはNSString
オブジェクト、クッキーに対するコメントURLを含んでいます。
static let discard: HTTPCookiePropertyKey
An
NSString
object stating whether the cookie should be discarded at the end of the session.
NSString
オブジェクト、クッキーがセッションの終わりで廃棄されるべきかどうかを述べています。
static let domain: HTTPCookiePropertyKey
An
NSString
object containing the domain for the cookie.
NSString
オブジェクト、クッキーに対するドメインを含んでいます。
static let expires: HTTPCookiePropertyKey
An
NSDate
object or NSString
object specifying the expiration date for the cookie.
NSDate
オブジェクトまたはNSString
オブジェクト、クッキーの有効期限を指定しています。
static let maximumAge : HTTPCookiePropertyKey
An
NSString
object containing an integer value stating how long in seconds the cookie should be kept, at most.
NSString
オブジェクト、最大でどのくらい長くクッキーが保全されるべきかを秒数で述べている整数値を含んでいます。
static let name: HTTPCookiePropertyKey
An
NSString
object containing the name of the cookie (required).
クッキーの名前を含んでいるNSString
オブジェクト(必須)。
static let path: HTTPCookiePropertyKey
An
NSString
object containing the path for the cookie.
NSString
オブジェクト、クッキーに対するパスを含んでいます。
static let port: HTTPCookiePropertyKey
An
NSString
object containing comma-separated integer values specifying the ports for the cookie.
NSString
オブジェクト、クッキーに対するポートを指定しているコンマ区切りの整数値を含んでいます。
static let sameSitePolicy : HTTPCookiePropertyKey
A string indicating the same-site policy for the cookie.
クッキーに対する同じサイト方針を指し示している文字列。
static let secure: HTTPCookiePropertyKey
An
NSString
object indicating that the cookie should be transmitted only over secure channels.
NSString
オブジェクト、クッキーが安全な経路越しにのみ送信されるべきであることを指し示しています。
static let value: HTTPCookiePropertyKey
An
NSString
object containing the value of the cookie.
NSString
オブジェクト、クッキーの値を含んでいます。
static let version: HTTPCookiePropertyKey
An
NSString
object that specifies the version of the cookie.
NSString
オブジェクト、それはクッキーのバージョンを指定します。