HttpResponseMessage.ReasonPhrase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定通常由伺服器連同狀態碼傳送的原因片語。
public:
property Platform::String ^ ReasonPhrase { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ReasonPhrase();
void ReasonPhrase(winrt::hstring value);
public string ReasonPhrase { get; set; }
var string = httpResponseMessage.reasonPhrase;
httpResponseMessage.reasonPhrase = string;
Public Property ReasonPhrase As String
屬性值
伺服器所傳送的原因片語。