BinderSample.Web.MyHttpApplication.Application_BeginRequest C# (CSharp) Method

Application_BeginRequest() protected method

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void
		protected void Application_BeginRequest(Object sender, EventArgs e)
		{
			HttpContext.Current.Items.Add( "nh.sessionscope", new SessionScope() );
		}