PdfLiteSessionHttpContext Property |
Gets the HttpContext (if available).
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic HttpContext HttpContext { get; }
Public ReadOnly Property HttpContext As HttpContext
Get
Property Value
Type:
HttpContext
Remarks
Provides access to the current HttpContext if this session was provide by RAD PDF.
If the session was publicly constructed, the HttpContext will be null.
See Also