Click or drag to resize

DefaultPdfLiteSessionProviderGetSession Method

Gets a PdfLiteSession from the provider associated with a given key.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public override PdfLiteSession GetSession(
	HttpContext context,
	string key
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The current HttpContext for the provider request.
key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.

Return Value

Type: PdfLiteSession

PdfLiteSession associated with the key if found; otherwise null.

See Also