DefaultPdfLiteSessionProviderGetSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override PdfLiteSession GetSession(
HttpContext context,
string key
)
Public Overrides Function GetSession (
context As HttpContext,
key As String
) As PdfLiteSession
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:
PdfLiteSessionPdfLiteSession associated with the key if found; otherwise null.
See Also