IReadOnlySessionState

IReadOnlySessionState

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

This interface should be implemented by a custom HttpHandler (any class that interprets web requests and implements System.Web.IHttpHandler). The IReadOnlySessionState interface contains no members and is used only as a marker. When present, it tells ASP.NET that the HttpHandler should be given readonly access to the HttpSessionState collection.

Every HttpHandler should implement either IReadOnlySessionState or IRequiresSessionState, or session state variables will not be accessible.

public interface IReadOnlySessionState : IRequiresSessionState { // No public or protected members }


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