共用方式為


HttpResponseMessage.ReasonPhrase 屬性

定義

取得或設定通常由伺服器連同狀態碼傳送的原因片語。

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

屬性值

String

Platform::String

winrt::hstring

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

適用於