Click or drag to resize

CsvDownloadHandler.IsReusable Property

Gets a value indicating whether another request can use the IHttpHandler instance.

Namespace: GSF.Web.Model.Handlers
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntax
public bool IsReusable { get; }
View Source

Return Value

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

Implements

IHttpHandler.IsReusable
See Also