Class NetworkHelper
Inheritance
System.Object
NetworkHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public static class NetworkHelper
Methods
IsNetworkAvailable(String)
Indicates whether any network connection is available Filter connections below a specified speed, as well as virtual network cards.
Declaration
[Obsolete("Ne pas utilisé ca")]
public static bool IsNetworkAvailable(string pingURL = "www.secure-exchanges.com")
Parameters
Type | Name | Description |
---|---|---|
System.String | pingURL |
Returns
Type | Description |
---|---|
System.Boolean |
|