Gets the IPAddressInformation instance at the specified index in the collection.
| C# | Visual Basic |
public IPAddressInformation this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As IPAddressInformation Get
- index (Int32)
- The zero-based index of the element.
The IPAddressInformation at the specified location.