ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.SystemCore Namespace / Connectivity Class / IsDisallowedUrl Method
Url. Example: https://www.arcgis.com

In This Topic
    IsDisallowedUrl Method
    In This Topic
    Check if url is disallowed for network requests
    Syntax
    Public Shared Function IsDisallowedUrl( _
       ByVal url As String _
    ) As Boolean
    public static bool IsDisallowedUrl( 
       string url
    )

    Parameters

    url
    Url. Example: https://www.arcgis.com

    Return Value

    If the url is disallowed for network requests
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also