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: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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
IHttpHandlerIsReusable
RemarksThis HttpHandler is reusable
See Also