StateRuntime.StateRuntime Constructor
.NET Framework 3.0
Initializes a new instance of the StateRuntime class.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
This member supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see Session-State Modes.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- System.Security.Permissions.SecurityPermission for unrestricted access to the resource. Demand value: Demand; Permission value: Unrestricted.
Community Additions
ADD
Show: