This documentation is archived and is not being maintained.
IHttpHandler.IsReusable Property
.NET Framework 1.1
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
Show: