| 
            
              CsvDownloadHandlerIsReusable Property
             | 
          
        
        
            Gets a value indicating whether another request can use the IHttpHandler instance.
            
        
        Namespace: GSF.Web.Model.HandlersAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic bool IsReusable { get; }Public ReadOnly Property IsReusable As Boolean
	Get
public:
virtual property bool IsReusable {
	bool get () sealed;
}abstract IsReusable : bool with get
override IsReusable : bool with get
function get_IsReusable();
 View SourceReturn Value
Booleantrue if the 
IHttpHandler instance is reusable; otherwise, 
false.
            
Implements
IHttpHandlerIsReusable
See Also