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

属性值

服务器发送的原因短语。

适用于