Interface INetworkConnectionsDetector
Factory for creating Network
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public interface INetworkConnectionsDetector
Methods
Detect()
Factory method for creating Network
Declaration
ISet<NetworkConnection> Detect()
Returns
System.
|
GetActiveNetworkInterfaces()
Returns all active network interfaces
Declaration
List<NetworkInterface> GetActiveNetworkInterfaces()
Returns
System.
|