Returns an initialized NSHTTPCookie object using the provided properties.
Original signature is '- (id)initWithProperties:(NSDictionary *)properties'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public NSHTTPCookie( NSDictionary properties )
Public Sub New ( _ properties As NSDictionary _ )
public: NSHTTPCookie( NSDictionary^ properties )

- properties (NSDictionary)
- The properties for the new cookie object, expressed as key value pairs.

The initialized cookie object. Returns nil if the provided properties are invalid.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)