StateRuntime

StateRuntime

System.Web.SessionState (system.web.dll)sealed class

This class is used by the ASP.NET framework to provide session state support. It is not used directly in your code.

public sealed class StateRuntime : IStateRuntime { // Public Constructors    public StateRuntime( ); // Public Instance Methods    public void ProcessRequest(IntPtr tracker, int verb, string uri, int exclusive, int timeout,          int lockCookieExists, int lockCookie, int contentLength, IntPtr content);          // implements IStateRuntime    public void StopProcessing( );     // implements IStateRuntime }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net