HttpControllerHandler.IsReusable Property
Gets a value indicating whether another request can use the IHttpHandler instance.
Namespace: System.Web.Http.WebHost
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsReusable As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsReusable
protected virtual bool IsReusable { get; }
protected:
virtual property bool IsReusable {
bool get ();
}
abstract IsReusable : bool
override IsReusable : bool
function get IsReusable () : boolean
Property Value
Type: System.Boolean