Click or drag to resize

PdfLiteSessionHttpContext Property

Gets the HttpContext (if available).

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public HttpContext 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