Class
RasNetworkConnectionsDetector

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: INetworkConnectionsDetector

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

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

ISet<NetworkConnection>

Implements INetworkConnectionsDetector.Detect()

GetActiveNetworkInterfaces()

Overridden member that is not used in RasNetworkConnectionsDetector

Declaration

cs-api-definition
public List<NetworkInterface> GetActiveNetworkInterfaces()

Returns

List<NetworkInterface>

null value, since code is not used

Implements INetworkConnectionsDetector.GetActiveNetworkInterfaces()