你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RelayedHttpListenerResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对由 对象处理的请求的 HybridConnectionListener 响应。 这是在 System.Net.HttpListenerResponse 之后建模的。
public sealed class RelayedHttpListenerResponse : IDisposable
type RelayedHttpListenerResponse = class
interface IDisposable
Public NotInheritable Class RelayedHttpListenerResponse
Implements IDisposable
- 继承
-
RelayedHttpListenerResponse
- 实现
属性
Headers |
获取此侦听器要返回的标头名称/值对的集合。 |
OutputStream |
获取可将响应写入其中的 Stream 对象。 |
StatusCode |
获取或设置返回给客户端的 HTTP 状态代码。 |
StatusDescription |
获取或设置返回给客户端的 HTTP 状态代码的文本说明。 |
方法
Close() |
将响应发送到客户端,并释放此 RelayedHttpListenerResponse 实例占用的资源。 |
CloseAsync() |
将响应发送到客户端,并释放此 RelayedHttpListenerResponse 实例占用的资源。 |
显式接口实现
IDisposable.Dispose() |
表示对由 对象处理的请求的 HybridConnectionListener 响应。 这是在 System.Net.HttpListenerResponse 之后建模的。 |