Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Web
Properties
 IsReusable Property
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
IHttpHandler.IsReusable Property

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

[Visual Basic]
ReadOnly Property IsReusable As Boolean
[C#]
bool IsReusable {get;}
[C++]
__property bool get_IsReusable();
[JScript]
function get IsReusable() : Boolean;

Property Value

true if the IHttpHandler instance is reusable; otherwise, false.

Remarks

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

Example

For a code example, see the Example section of the documentation for the ProcessRequest method.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

IHttpHandler Interface | IHttpHandler Members | System.Web Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker