[Mono-bugs] [Bug 556151] New: System.Net.NetworkInformation.NetworkChange events do not fire

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 17 10:20:27 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=556151#c0

           Summary: System.Net.NetworkInformation.NetworkChange events do
                    not fire
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: 32bit
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bkesecker at augustasystems.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---

Created an attachment (id=327927)
 --> (http://bugzilla.novell.com/attachment.cgi?id=327927)
VS08 Solution in VB

User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729;
Media Center PC 6.0)

Adding handlers to the following static events do not appear to capture when
fired:

System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged
System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged

Reproducible: Always

Steps to Reproduce:
1. Add handlers for the static events
2. Run program under mono
3. Unplug/disconnect/disable any network adapter on the machine running the
program
4. Plug-in/connect/enable any network adapter on the machine running the
program
Actual Results:  
No events were captured.

Expected Results:  
Events were captured, performing whatever code was in the handler (in the
attached VB project, a message box).


-- 
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