NetworkConnectionInfoNetworkInterface Property |
Gets the network interface for this connection. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public NetworkInterface NetworkInterface { get; }
Public ReadOnly Property NetworkInterface As NetworkInterface
Get
public:
property NetworkInterface^ NetworkInterface {
NetworkInterface^ get ();
}
member NetworkInterface : NetworkInterface with get
Property Value
Type:
NetworkInterfaceSee Also