Class RasNetworkConnectionsDetector
Detector for Windows-specific RAS network connection.
Inheritance
System.Object
RasNetworkConnectionsDetector
Namespace: Telerik.NetworkConnections.Windows
Assembly: Telerik.NetworkConnections.dll
Syntax
[NetworkConnectionsDetectorExport("WINDOWS")]
public class RasNetworkConnectionsDetector : Object, INetworkConnectionsDetector
Constructors
RasNetworkConnectionsDetector()
Declaration
public RasNetworkConnectionsDetector()
Methods
Detect()
Factory method for creating NetworkConnection instances.
Declaration
public ISet<NetworkConnection> Detect()
Returns
System.Collections.Generic.ISet<NetworkConnection>
|