NetworkInterfaceList Class
Windows Phone
March 22, 2012
Contains an enumerable collection of NetworkInterfaceInfo objects.
Namespace:
Microsoft.Phone.Net.NetworkInformation
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The NetworkInterfaceList type exposes the following members.
| Name | Description | |
|---|---|---|
|
NetworkInterfaceList | Initializes a new instance of the NetworkInterfaceList class. |
| Name | Description | |
|---|---|---|
|
Dispose | Releases the resources used by the current instance of the NetworkInterfaceList class. |
|
Equals | (Inherited from Object.) |
|
Finalize | Allows an object to attempt to free resources and perform other cleanup operations before it is reclaimed by the garbage collector. (Overrides Object.Finalize().) |
|
GetEnumerator | Returns an enumerator that iterates through the NetworkInterfaceList. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
MoveNext | Advances the enumerator to the next element of the collection. |
|
Reset | Resets the NetworkInterfaceList to its initial state. |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Subscribe<NetworkInterfaceInfo>(IObserver<NetworkInterfaceInfo>) | Overloaded. Subscribes an observer to an enumerable sequence. Returns an object that can be used to unsubscribe the observer from the enumerable. (Defined by Observable.) |
|
Subscribe<NetworkInterfaceInfo>(IObserver<NetworkInterfaceInfo>, IScheduler) | Overloaded. Subscribes an observer to an enumerable sequence. Returns an object that can be used to unsubscribe the observer from the enumerable. (Defined by Observable.) |
|
ToObservable<NetworkInterfaceInfo>() | Overloaded. Converts an enumerable sequence to an observable sequence. (Defined by Observable.) |
|
ToObservable<NetworkInterfaceInfo>(IScheduler) | Overloaded. Converts an enumerable sequence to an observable sequence. (Defined by Observable.) |
| Name | Description | |
|---|---|---|
|
IEnumerator.Current | Gets the current element in the collection. |
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the NetworkInterfaceList. |
The NetworkInterfaceInfo objects contain information such as the speed of the network interface and whether the network interface is connected.