ArcGIS Pro 3.0 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 HttpStatusCode StatusCode {get; set;}
    Public Property StatusCode As HttpStatusCode

    Property Value

    System.Net.HttpStatusCode An enumeration to HTTPStatusCode
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also