Click or drag to resize

CsvDownloadHandlerIsReusable 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.181-beta
Syntax
public bool IsReusable { get; }
View Source

Return Value

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

Implements

IHttpHandlerIsReusable
See Also