asp.net.ph

IHttpHandler.IsReusable Property

System.Web Namespace   IHttpHandler Interface


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

[ VB ]
ReadOnly Property IsReusable As Boolean

[ C# ]
bool IsReusable {get;}

[ C++ ]
bool get_IsReusable ( );

[ JScript ]
abstract 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.

See Also

IHttpHandler Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note