http://bugzilla.novell.com/show_bug.cgi?id=579997
http://bugzilla.novell.com/show_bug.cgi?id=579997#c0 Summary: NSHttpCookie.name not accessible Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: mono-bugs@lists.ximian.com ReportedBy: pelle.john...@gmail.com QAContact: mono-bugs@lists.ximian.com Found By: --- Blocker: --- Description of Problem: The name property of NSHttpCookie is not accessible. Steps to reproduce the problem: foreach(NSHttpCookie cookie in NSHttpCookieStorage.SharedStorage.Cookies) Console.WriteLine (cookie.Domain + ": " + cookie.Name + " " + cookie.Value); Actual Results: Error CS1061: Type `MonoTouch.Foundation.NSHttpCookie' does not contain a definition for `Name' and no extension method `Name' of type `MonoTouch.Foundation.NSHttpCookie' could be found (are you missing a using directive or an assembly reference?) (CS1061) Expected Results: Compile and run without errors, returning the name of the cookie. How often does this happen? Always Additional Information: -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs