Re: Output of NSHTTPCookieStorage to NSTableView
Re: Output of NSHTTPCookieStorage to NSTableView
- Subject: Re: Output of NSHTTPCookieStorage to NSTableView
- From: "James Murdza" <email@hidden>
- Date: Sat, 5 Jul 2008 15:45:58 -0400
On Tue, Jul 1, 2008 at 3:29 AM, Chris Purcell <email@hidden> wrote:
> How would I return domain for example?
[cookie domain]
But you can retrieve a dictionary of all the properties of the cookie like this:
[cookie properties]
NSHTTPCookie Class Reference -
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSHTTPCookie_Class/Reference/Reference.html#//apple_ref/occ/instm/NSHTTPCookie/domain
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden