ClassLinuxNetworkConnectionsDetector
Class
Detector for Linux-specific network connection.
Definition
Namespace:Telerik.NetworkConnections.Linux
Assembly:Telerik.NetworkConnections.dll
Syntax:
cs-api-definition
[NetworkConnectionsDetectorExport("LINUX")]
public class LinuxNetworkConnectionsDetector : INetworkConnectionsDetector
Inheritance: objectLinuxNetworkConnectionsDetector
Implements:
Inherited Members
Constructors
LinuxNetworkConnectionsDetector()
Declaration
cs-api-definition
public LinuxNetworkConnectionsDetector()
Methods
Detect()
Factory method for creating NetworkConnection instances.
Declaration
cs-api-definition
public ISet<NetworkConnection> Detect()
Returns
Implements
GetActiveNetworkInterfaces()
Runs a shell command to retrieve all currently active network interfaces
Declaration
cs-api-definition
public List<NetworkInterface> GetActiveNetworkInterfaces()
Returns
A list of NetworkInterface objects
Implements