Class NetworkInterface
This class is used to describe network interface
Inheritance
System.Object
NetworkInterface
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class NetworkInterface : Object
Constructors
NetworkInterface()
Declaration
public NetworkInterface()
Properties
DisplayName
Gets or sets the network interface name visible in the OS network settings
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
SystemName
Gets or sets the system name of the network interface
Declaration
public string SystemName { get; set; }
Property Value
System.
|