Share via


HttpGetActionV1.Host Property

Definition

Gets or sets the hostname to use for the HTTP GET request. This specifies the DNS name or IP address of the server to connect to.

[YamlDotNet.Serialization.YamlMember(Alias="host")]
public string Host { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="host")>]
member this.Host : string with get, set
Public Property Host As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to