Request.Host Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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