Castle.MonoRail.Framework.Adapters.SessionAdapter.SessionAdapter C# (CSharp) Method

SessionAdapter() public method

Initializes a new instance of the SessionAdapter class.
public SessionAdapter ( System.Web.SessionState.HttpSessionState session ) : System
session System.Web.SessionState.HttpSessionState The session.
return System
		public SessionAdapter( HttpSessionState session )
		{
			_session = session;
		}