[Mono-bugs] [Bug 347895] New: WebClient does not raise UploadProgressChanged events

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 12 00:42:05 EST 2007


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


           Summary: WebClient does not raise UploadProgressChanged events
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Our current implementation of Webclient does not raise UploadProgresChanged
events.  

Currently all the work for doing Write is handled inside the stream that we get
from the WebRequest/Response so it cant be just plugged into WebClient.cs like
the read code did.

One possibility would be to poke in an internal field for the
WebConnectionStream and set a flag to raise events (or set a delegate) to have
that do the notifications


-- 
Configure bugmail: https://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