HttpResponseMessage.ReasonPhrase プロパティ

定義

通常、サーバーによって状態コードと共に送信される理由フレーズを取得または設定します。

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

プロパティ値

サーバーによって送信された理由フレーズ。

適用対象