[Mono-bugs] [Bug 548045] New: NSMutableUrlRequest does not support ShouldHandleCookies {set; }

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 18 23:51:23 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=548045


           Summary: NSMutableUrlRequest does not support
                    ShouldHandleCookies {set;}
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: taxi4alex at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Beta-Customer


Description of Problem:
NSMutableUrlRequest does not support ShouldHandleCookies {set;} while original
class in Apple SDK does support set method for ShouldHandleCookies

Steps to reproduce the problem:
1. Create an NSMutableUrlRequest object: NSMutableUrlRequest request = new
NSMutableUrlRequest();
2. Try to assign the value for ShouldHandleCookies: request.ShouldHandleCookies
= false;

Actual Results:
It says "Property or indexer of MonoTouch.Foundation.NSMutableUrlRequest can
not be assigned (it is read-only)

Expected Results:
It should allow developer to set ShouldHandleCookies rather than get only.

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