The InTheHand.WindowsMobile.Net namespace provides classes that allow you to manage the network status of the device.
Requires Windows Mobile 2003 and later, Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Net
Namespace InTheHand.WindowsMobile.Net
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ConnectionDetailedStatus |
Provides the detailed status of a specific network connection.
| |
| ConnectionManager |
Manages network connections for phone-enabled devices, regardless of the service provider used for establishing the connection.
ConnectionManager provides a fast and transparent way of making connection choices for an application.
| |
| ConnectionPriority |
Defines the priority of a connection request.
| |
| ConnectionStatus |
Contains the possible connection status values.
| |
| ConnectionStatusChangedEventArgs |
Contains information to accompany the ConnectionStatusChanged event.
| |
| ConnectionStatusChangedEventHandler |
Describes a method to handle the ConnectionStatusChanged event.
| |
| ConnectionSubType |
Specific sub-type of connection.
| |
| ConnectionType |
Types of connection.
| |
| Destination |
Contains Guid values for standard destination networks.
| |
| DestinationInfo |
Provides information about a specific network.
| |
| InternetSharing |
Enables you to programmatically enable and disable Internet Sharing via USB or Bluetooth.
| |
| SharingConnection |
Specifies the local connection over which to share the cellular connection.
| |
| WirelessDevice |
Represents an individual radio device.
| |
| WirelessDeviceType |
Specifies wireless device types.
| |
| WirelessManager |
Provides access to the wireless devices to control their states.
| |
| WirelessState |
Specifies possible states for a wireless device.
|