ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 393
نمايش فراداده

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 }