←Select platform

IsReusable Property

Summary

Implements System.Web.IHttpHandler.IsReusable property.

Syntax

C#
VB
C++
public bool IsReusable { get; } 
  
Public ReadOnly Property IsReusable As Boolean 
public: 
property bool IsReusable { 
   bool get(); 
} 

Property Value

true if the IHttpHandler instance is reusable; otherwise, false.

Remarks

For more information, refer to System.Web.IHttpHandler.IsReusable property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly