DefaultHttpHandler.IsReusable 属性

定义

获取一个布尔值,该值指示另一个请求可以使用 DefaultHttpHandler 类的当前实例。Gets a Boolean value indicating that another request can use the current instance of the DefaultHttpHandler class.

public:
 virtual property bool IsReusable { bool get(); };
public virtual bool IsReusable { get; }
member this.IsReusable : bool
Public Overridable ReadOnly Property IsReusable As Boolean

属性值

Boolean

如果 DefaultHttpHandler 是可重用的,则为 true;否则为 falsetrue if the DefaultHttpHandler is reusable; otherwise, false.

实现

注解

若要将属性显式设置 IsReusabletruefalse ,请重写 IsReusable 属性。To explicitly set the IsReusable property to true or false, override the IsReusable property.

适用于

另请参阅