HttpResponseMessage.ReasonPhrase プロパティ

定義

ステータス コードと共にサーバーが通常送信する理由語句を取得または設定します。

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

プロパティ値

サーバーが送信する理由語句。

適用対象