IHttpHandler.IsReusable Property Home
This page is specific to:.NET Framework Version:1.12.03.03.54.0
.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
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View