System.Web.DefaultHttpHandler.IsReusable Property

Gets a Boolean value indicating that another request can use the current instance of the System.Web.DefaultHttpHandler class.

Syntax

public virtual bool IsReusable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To explicitly set the DefaultHttpHandler.IsReusable property to true or false, override the DefaultHttpHandler.IsReusable property.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0