HttpControllerHandler.IHttpHandler.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
Private ReadOnly Property IsReusable As Boolean
Implements IHttpHandler.IsReusable
Get
'Usage
Dim instance As HttpControllerHandler
Dim value As Boolean
value = CType(instance, IHttpHandler).IsReusable
bool IHttpHandler.IsReusable { get; }
private:
virtual property bool IsReusable {
bool get () sealed = IHttpHandler::IsReusable::get;
}
private abstract IsReusable : bool
private override IsReusable : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean