BuildIt.Config.Impl.Common.NetworkService.HasInternetConnection C# (CSharp) Method

HasInternetConnection() public method

public HasInternetConnection ( ) : bool
return bool
        public bool HasInternetConnection()
        {
            return isConnected;
        }