NetworkInterfaceList.MoveNext Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Advances the enumerator to the next element of the collection.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Return Value
Type: System.Booleantrue if the enumerator was successfully advanced to the next element; otherwise, false.
Implements
IEnumerator.MoveNextThe first call to MoveNext attempts to get the first candidate connection. Each subsequent call attempts to get the next available connection, until there are no more connections. The Reset method causes MoveNext to attempt to get the first candidate connection again.
Show: