ArcGIS Pro 2.9 API Reference Guide
Connection Property

ArcGIS.Desktop.Core Namespace > EsriHttpRequestHeaders Class : Connection Property
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, Windows 8.1

See Also

Reference

EsriHttpRequestHeaders Class
EsriHttpRequestHeaders Members