Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class NetworkHelper

    Inheritance
    object
    NetworkHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string pingURL
    Returns
    Type Description
    bool

    true if a network connection is available; otherwise, false.

    In this article
    Back to top Secure Exchanges Inc. - Documentation