1 type derived from HttpSessionStateBase
System.Web (1)
Abstractions\HttpSessionStateWrapper.cs (1)
17
public class HttpSessionStateWrapper :
HttpSessionStateBase
{
5 references to HttpSessionStateBase
System.Web (5)
Abstractions\HttpContextBase.cs (1)
182
public virtual
HttpSessionStateBase
Session {
Abstractions\HttpContextWrapper.cs (1)
187
public override
HttpSessionStateBase
Session {
Abstractions\HttpSessionStateBase.cs (1)
27
public virtual
HttpSessionStateBase
Contents {
Abstractions\HttpSessionStateWrapper.cs (1)
36
public override
HttpSessionStateBase
Contents {
ModelBinding\SessionAttribute.cs (1)
27
HttpSessionStateBase
session = modelBindingExecutionContext.HttpContext.Session;