HttpRequestHeaders.From プロパティ

定義

HTTP 要求の From ヘッダーの値を取得または設定します。

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

プロパティ値

HTTP 要求の From ヘッダーの値。

適用対象