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

In This Topic
    Host Property
    In This Topic
    Gets or sets Host header value to use in an HTTP request independent from the request URI. The Host property can consist of a hostname and an optional port number.
    Syntax
    public string Host {get; set;}
    Public Property Host As String

    Property Value

    System.StringA string representation of the Internet host
    Remarks
    The Host request-header field specifies the Internet host and port number of the resource being requested, as obtained from the original URI given by the user or referring resource.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also