Share via


Request.Host Property

Definition

Gets or sets the externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.

[Newtonsoft.Json.JsonProperty(PropertyName="host")]
public string Host { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="host")>]
member this.Host : string with get, set
Public Property Host As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to