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

適用於