DefaultHttpHandler::IsReusable Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsReusable {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the DefaultHttpHandler is reusable; otherwise, false.

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

.NET Framework
Available since 2.0
Return to top
Show: