ArcGIS Pro 2.8 API Reference Guide
Host Property

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

See Also

Reference

EsriHttpRequestHeaders Class
EsriHttpRequestHeaders Members