HttpRequestHeaders.Host 属性

定义

获取或设置 HTTP 请求的 Host 标头值。

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
public string Host { get; set; }
public string? Host { get; set; }
member this.Host : string with get, set
Public Property Host As String

属性值

HTTP 请求的 Host 标头值。

适用于