DesktopHelper.Util.CheckUpdate.InternetGetConnectedState C# (CSharp) Method

InternetGetConnectedState() private method

private InternetGetConnectedState ( int &connectionDescription, int reservedValue ) : bool
connectionDescription int
reservedValue int
return bool
        private static extern bool InternetGetConnectedState(out int connectionDescription, int reservedValue);