NSHTTPCookieComment
An
NSString
object containing the comment for the cookie.
NSString
オブジェクト、クッキーに対するコメントを含んでいます。
NSHTTPCookieCommentURL
An
NSURL
object or NSString
object containing the comment URL for the cookie.
NSURL
オブジェクトまたはNSString
オブジェクト、クッキーに対するコメントURLを含んでいます。
NSHTTPCookieDiscard
An
NSString
object stating whether the cookie should be discarded at the end of the session.
NSString
オブジェクト、クッキーがセッションの終わりで廃棄されるべきかどうかを述べています。
NSHTTPCookieDomain
An
NSString
object containing the domain for the cookie.
NSString
オブジェクト、クッキーに対するドメインを含んでいます。
NSHTTPCookieExpires
An
NSDate
object or NSString
object specifying the expiration date for the cookie.
NSDate
オブジェクトまたはNSString
オブジェクト、クッキーの有効期限を指定しています。
NSHTTPCookieMaximumAge
An
NSString
object containing an integer value stating how long in seconds the cookie should be kept, at most.
NSString
オブジェクト、最大でどのくらい長くクッキーが保全されるべきかを秒数で述べている整数値を含んでいます。
NSHTTPCookieName
An
NSString
object containing the name of the cookie (required).
クッキーの名前を含んでいるNSString
オブジェクト(必須)。
NSHTTPCookieOriginURL
An NSURL or
NSString
object containing the URL that set this cookie.
NSURLまたはNSString
オブジェクト、このクッキーを設定するURLを含んでいます。
NSHTTPCookiePath
An
NSString
object containing the path for the cookie.
NSString
オブジェクト、クッキーに対するパスを含んでいます。
NSHTTPCookiePort
An
NSString
object containing comma-separated integer values specifying the ports for the cookie.
NSString
オブジェクト、クッキーに対するポートを指定しているコンマ区切りの整数値を含んでいます。
NSHTTPCookieSecure
An
NSString
object indicating that the cookie should be transmitted only over secure channels.
NSString
オブジェクト、クッキーが安全な経路越しにのみ送信されるべきであることを指し示しています。
NSHTTPCookieValue
An
NSString
object containing the value of the cookie.
NSString
オブジェクト、クッキーの値を含んでいます。
NSHTTPCookieVersion
An
NSString
object that specifies the version of the cookie.
NSString
オブジェクト、それはクッキーのバージョンを指定します。