InterfaceINetworkConnectionsDetector
Interface
Factory for creating NetworkConnection instances.
Definition
Namespace:Telerik.NetworkConnections
Assembly:Telerik.NetworkConnections.dll
Syntax:
cs-api-definition
public interface INetworkConnectionsDetector
Methods
Detect()
Factory method for creating NetworkConnection instances.
GetActiveNetworkInterfaces()
Returns all active network interfaces
Declaration
cs-api-definition
List<NetworkInterface> GetActiveNetworkInterfaces()
Returns