ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / EsriHttpRequestHeaders Class / Connection Property
Version

    Connection Property
    Gets the value of the Connection header for the response
    Syntax
    public HttpHeaderValueCollection<string> Connection {get;}

    Property Value

    HttpHeaderValueCollectionA collection of Header values in string
    Remarks
    The Connection general-header field allows the sender to specify options that are desired for that particular connection and MUST NOT be communicated by proxies over further connections.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also