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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly