Class NetworkHelper
Inherited Members
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 |
|---|---|---|
| string | pingURL |
Returns
| Type | Description |
|---|---|
| bool |
|