Interface INetworkConnectionsDetector
Factory for creating NetworkConnection instances.
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public interface INetworkConnectionsDetector
Methods
Detect()
Factory method for creating NetworkConnection instances.
Declaration
ISet<NetworkConnection> Detect()
Returns
System.Collections.Generic.ISet<NetworkConnection>
|