HttpListenerTimeoutManager 类

定义

要用于 HttpListener 对象的超时管理器。

public ref class HttpListenerTimeoutManager
public class HttpListenerTimeoutManager
type HttpListenerTimeoutManager = class
Public Class HttpListenerTimeoutManager
继承
HttpListenerTimeoutManager

注解

超时管理器定义实例的连接超时限制 HttpListener

属性

DrainEntityBody

获取或设置允许 HttpListener 在保持的连接上侦听完实体正文的时间。

EntityBody

获取或设置允许请求实体正文到达的时间。

HeaderWait

获取或设置允许 HttpListener 分析请求标头的时间。

IdleConnection

获取或设置允许空闲连接的时间。

MinSendBytesPerSecond

获取或设置响应的最低发送速率(以每秒字节数为单位)。

RequestQueue

获取或设置在 HttpListener 选取请求前允许请求在请求队列中停留的时间。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅