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

屬性值

String

HTTP 要求的 Host 標頭值。

適用於