OpenNETCF Smart Device Framework 2.2
This class alows an application to monitor the status of all NetworkInterfaces on the local device

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class NetworkInterfaceWatcher : IDisposable
Visual Basic (Declaration)
Public Class NetworkInterfaceWatcher _
	Implements IDisposable
Visual Basic (Usage)
Dim instance As NetworkInterfaceWatcher
Visual C++
public ref class NetworkInterfaceWatcher : IDisposable
J#
public class NetworkInterfaceWatcher implements IDisposable
JScript
public class NetworkInterfaceWatcher implements IDisposable

Inheritance Hierarchy

System..::.Object
  OpenNETCF.Net.NetworkInformation..::.NetworkInterfaceWatcher

See Also