HttpResponseMessageProperty.StatusDescription 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前附加此屬性之 HTTP 回應的狀態碼說明。
public:
property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Property StatusDescription As String
屬性值
傳回要在 HTTP 回應上傳送的 StatusDescription。
範例
以下會示範如何取得目前附加此屬性之 HTTP 回應的狀態碼說明:
string statusDescription =
responseProperty.StatusDescription;
備註
這個屬性會提供傳回之狀態碼的使用者易記說明。