• Help Home
  • English (US)
    1. English (US)
    2. 日本語
3ds Max 2025 Developer
    • 3ds Max Developer Overview
    • 3ds Max Developer Help
    • MAXScript Help
      • MAXScript Introduction
      • Script Examples In This Help
      • What is New in MAXScript
      • Learning MAXScript
      • Frequently Asked Questions
      • How To - Practical Examples
      • MAXScript Language Reference
      • 3ds Max Objects and Interfaces
      • MAXScript Tools and Interaction with 3ds Max
        • Creating MAXScript Tools
        • Interacting with the 3ds Max User Interface
        • File Access
        • Change Handlers and Callbacks
        • Miscellaneous Functions
          • 3ds Max Assert Display Functions
          • Accessing the Last Rendered Image
          • Affect Region Function
          • Direct 3D Cache Allocation Query Functions
          • Executing External Commands
          • Exiting and Resetting 3ds Max
          • Pausing Script Execution
          • Time Stamping
          • thehold
          • Internet Methods
          • setKey Struct
          • Internal Only and Deprecated Functions
      • Interaction with Other Programming Languages and Environments
      • Interaction With The Operating System
      • 3ds Max USD Scripting Guide
      • MAXScript Retopology
    • 3ds Max Python API Help
    • 3ds Max MCG Help
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn

    Internet Methods

    Methods:

    internet.CheckConnection url:<string> [force:<boolean>]

    This method checks to see if a connection to the Internet can be established.

    If url : is specified, a connection is attempted to the specified url, returning true if a connection was made, false if not.

    If force : is true , a connection is forced. If false (the default), a connection is not forced.

    Note:

    The URL must be fully qualified, for example: url:"http://www.autodesk.com"

    Parent page: Miscellaneous Functions

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved