StructureTooBig StateManager Class Reference

StructureTooBig.StateManager Namespace

Namespace hierarchy

Classes

Class Description
Configuration Class that reads from and maintains the module's configuration information. Requires the StateManager.config file.
Cookies Handles the reading and writing of cookie data.
Module HTTP Module for the StructureTooBig StateManager. This module is responsible for rehydrating the State early in the pipeline, and saving the state at the end of the pipeline.
PersistedAttribute Marker attribute used to determin which types within the State class should be serialized in the persisted cookie. If this attribute is not present, properties will only persist for the current session.
State Class that holds the current state for the HTTP request. This class cannot be directly instantiated. To use, access the CurrentState property.