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

In This Topic
    Connection Property
    In This Topic
    Gets the value of the Connection header for the response
    Syntax
    public HttpHeaderValueCollection<string> Connection {get;}
    Public ReadOnly Property Connection As HttpHeaderValueCollection(Of String)

    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