https://bugzilla.novell.com/show_bug.cgi?id=417510


           Summary: WebClient UploadString / UploadStringAsync
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Development


These methods call the SetBusy() method then attempt to call UploadData() which
also calls SetBusy() resulting in a NotSupportedException "WebClient does not
support conccurent I/O operations."

Can of course get around this by using UploadData() directly and text encoding
manually.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to