Class LinuxNetworkConnectionsDetector
Detector for Linux-specific network connection.
Inheritance
System.Object
LinuxNetworkConnectionsDetector
Namespace: Telerik.NetworkConnections.Linux
Assembly: Telerik.NetworkConnections.dll
Syntax
[NetworkConnectionsDetectorExport("LINUX")]
public class LinuxNetworkConnectionsDetector : Object, INetworkConnectionsDetector
Constructors
LinuxNetworkConnectionsDetector()
Declaration
public LinuxNetworkConnectionsDetector()
Methods
Detect()
Factory method for creating Network
Declaration
public ISet<NetworkConnection> Detect()
Returns
System.
|
Implements
GetActiveNetworkInterfaces()
Runs a shell command to retrieve all currently active network interfaces
Declaration
public List<NetworkInterface> GetActiveNetworkInterfaces()
Returns
System. A list of Network |