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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph