ClassMacNetworkConnectionsDetector
Class
Detector for Mac-specific network connections.
Definition
Namespace:Telerik.NetworkConnections.Mac
Assembly:Telerik.NetworkConnections.dll
Syntax:
cs-api-definition
[NetworkConnectionsDetectorExport("OSX")]
public class MacNetworkConnectionsDetector : INetworkConnectionsDetector
Inheritance: objectMacNetworkConnectionsDetector
Implements:
Inherited Members
Constructors
MacNetworkConnectionsDetector()
Declaration
cs-api-definition
public MacNetworkConnectionsDetector()
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