[Mono-bugs] [Bug 579997] New: NSHttpCookie.name not accessible

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 15 10:33:17 EST 2010


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 at lists.ximian.com
        ReportedBy: pelle.johnsen at gmail.com
         QAContact: mono-bugs at 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.


More information about the mono-bugs mailing list