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;
注解
此属性对返回的状态代码提供用户友好的说明。