IStateRuntime

IStateRuntime

System.Web.SessionState (system.web.dll)interface

This interface defines a contract for the StateRuntime class.

public interface IStateRuntime { // Public Instance Methods    public void ProcessRequest(in IntPtr tracker, in int verb, in string uri, in int exclusive, in int timeout,          in int lockCookieExists, in int lockCookie, in int contentLength, in IntPtr content);    public void StopProcessing( ); }

Implemented By

StateRuntime



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