PdfHttpHandlerWithoutSessionIsReusable Property |
Gets a value indicating whether more than one request can use this HttpHander instance
Namespace:
RadPdf.Web.HttpHandler
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public virtual bool IsReusable { get; }
Public Overridable ReadOnly Property IsReusable As Boolean
Get
Property Value
Type:
Booleantrue if the HttpHandler instance is reusable; otherwise,
false.
Return Value
Type:
BooleantrueImplements
IHttpHandlerIsReusableRemarks This HttpHandler is reusable
See Also