[Mono-bugs] [Bug 417510] New: WebClient UploadString / UploadStringAsync
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 15 03:18:44 EDT 2008
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: jbevain at novell.com
ReportedBy: mike at moga.to
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list