TraceHandler.IHttpHandler.IsReusable 属性

定义

获取一个值,该值指示其他请求是否可以使用 TraceHandler 实例。

property bool System::Web::IHttpHandler::IsReusable { bool get(); };
bool System.Web.IHttpHandler.IsReusable { get; }
member this.System.Web.IHttpHandler.IsReusable : bool
 ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable

属性值

Boolean

在所有情况下均为 false

实现

注解

此成员是显式接口成员实现。 它只能在 TraceHandler 实例被强制转换为 IHttpHandler 接口时使用。

适用于