Allows to find a network interface adapter with the specific IP address assigned to it.

C# | Visual Basic | Managed C++ |
INetworkInterface GetInterface ( IPAddress interfaceAddress )
Function GetInterface ( _ interfaceAddress As IPAddress _ ) As INetworkInterface
INetworkInterface^ GetInterface ( IPAddress^ interfaceAddress )

- interfaceAddress (IPAddress)
- The local IP address of the network interface adapter.

The interface adapter with the given local address.