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