Class MacNetworkConnectionsDetector
Detector for Mac-specific network connections.
Inheritance
System.Object
MacNetworkConnectionsDetector
Namespace: Telerik.NetworkConnections.Mac
Assembly: Telerik.NetworkConnections.dll
Syntax
[NetworkConnectionsDetectorExport("OSX")]
public class MacNetworkConnectionsDetector : Object, INetworkConnectionsDetector
Constructors
MacNetworkConnectionsDetector()
Declaration
public MacNetworkConnectionsDetector()
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 |