你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RelayedHttpListenerResponse.StatusDescription 属性

定义

获取或设置返回给客户端的 HTTP 状态代码的文本说明。

public string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Property StatusDescription As String

属性值

返回给客户端的 HTTP 状态代码的文本说明。

例外

为设置操作指定的值为 null。

为设置操作指定的值包含不可打印的字符。

写入输出流后,尝试更改此值。

适用于