TraceHandler::IHttpHandler::IsReusable Property

 

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

Namespace:   System.Web.Handlers
Assembly:  System.Web (in System.Web.dll)

private:
property bool IsReusable {
	virtual bool get() sealed = IHttpHandler::IsReusable::get;
}

Property Value

Type: System::Boolean

false in all cases.

This member is an explicit-interface member implementation. It can be used only when the TraceHandler instance is cast to an IHttpHandler interface.

.NET Framework
Available since 2.0
Return to top
Show: