This topic has not yet been rated - Rate this topic

Microsoft.Phone.Net.NetworkInformation Namespace

Windows Phone

March 22, 2012

The Microsoft.Phone.Net.NetworkInformation namespace provides types for interacting with network interfaces.

  Class Description
Public class DeviceNetworkInformation Contains network information for a specific Windows Phone device.
Public class NameResolutionResult Contains the result of an attempt to asynchronously resolve a host name.
Public class NetworkException The exception that is thrown when a network interface error occurs.
Public class NetworkInterface Provides configuration information for a network interface.
Public class NetworkInterfaceInfo Contains all available information about an individual network interface.
Public class NetworkInterfaceList Contains an enumerable collection of NetworkInterfaceInfo objects.
Public class NetworkNotificationEventArgs Provides data for the NetworkAvailabilityChanged event.
Public class SocketExtensions Defines extension methods for working with a network interface.
Public class WebRequestExtensions Defines extension methods for working with a web request.
  Delegate Description
Public delegate NameResolutionCallback Represents the method that is called when an asynchronous name resolution operation completes.
  Enumeration Description
Public enumeration ConnectState Specifies the connection state of a network interface.
Public enumeration NetworkCharacteristics Specifies characteristics of the network interface.
Public enumeration NetworkError Describes the status of a network operation, such as trying to connect to a network interface.
Public enumeration NetworkInterfaceSubType Specifies additional information about the type of a network interface.
Public enumeration NetworkInterfaceType Specifies the type of a network interface.
Public enumeration NetworkNotificationType Describes a notification from the network when a change occurs.
Public enumeration NetworkSelectionCharacteristics Specifies the preferred network interface characteristic.

Did you find this helpful?
(1500 characters remaining)