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

屬性值

伺服器所傳送的原因片語。

適用於