System.Web.IHttpHandler.IsReusable Property

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Syntax

public bool IsReusable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You explicitly set the IHttpHandler.IsReusable property to true or false by code you provide that overrides the IHttpHandler.IsReusable property accessor (getter).

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0