Class
NetworkInterface

This class is used to describe network interface

Definition

Namespace:Telerik.NetworkConnections

Assembly:Telerik.NetworkConnections.dll

Syntax:

cs-api-definition
public class NetworkInterface

Inheritance: objectNetworkInterface

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Constructors

NetworkInterface()

Declaration

cs-api-definition
public NetworkInterface()

Properties

DisplayName

Gets or sets the network interface name visible in the OS network settings

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

SystemName

Gets or sets the system name of the network interface

Declaration

cs-api-definition
public string SystemName { get; set; }

Property Value

string