Documentation for a minimal subset of the QSM API
GetInterface Method (interfaceAddress)
Namespaces > QS.Fx.Network > INetworkConnection > GetInterface(IPAddress)
Allows to find a network interface adapter with the specific IP address assigned to it.
Syntax
C#Visual BasicManaged C++
INetworkInterface GetInterface (
	IPAddress interfaceAddress
)
Function GetInterface ( _
	interfaceAddress As IPAddress _
) As INetworkInterface
INetworkInterface^ GetInterface (
	IPAddress^ interfaceAddress
)
Parameters
interfaceAddress (IPAddress)
The local IP address of the network interface adapter.
Return Value
The interface adapter with the given local address.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0