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

服务器发送的原因短语。

适用于