ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / EsriHttpResponseMessage Class / StatusCode Property

In This Topic
    StatusCode Property
    In This Topic
    Gets or sets the status code of the HTTP response.
    Syntax
    Public Property StatusCode As HttpStatusCode
    public HttpStatusCode StatusCode {get; set;}

    Property Value

    System.Net.HttpStatusCode An enumeration to HTTPStatusCode
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also