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