ClassRasNetworkConnectionsDetector
Class
Detector for Windows-specific RAS network connection.
Definition
Namespace:Telerik.NetworkConnections.Windows
Assembly:Telerik.NetworkConnections.dll
Syntax:
cs-api-definition
[NetworkConnectionsDetectorExport("WINDOWS")]
public class RasNetworkConnectionsDetector : INetworkConnectionsDetector
Inheritance: objectRasNetworkConnectionsDetector
Implements:
Inherited Members
Constructors
RasNetworkConnectionsDetector()
Declaration
cs-api-definition
public RasNetworkConnectionsDetector()
Methods
Detect()
Factory method for creating NetworkConnection instances.
Declaration
cs-api-definition
public ISet<NetworkConnection> Detect()
Returns
Implements
GetActiveNetworkInterfaces()
Overridden member that is not used in RasNetworkConnectionsDetector
Declaration
cs-api-definition
public List<NetworkInterface> GetActiveNetworkInterfaces()
Returns
null value, since code is not used
Implements