BinderSample.Web.MyHttpApplication.Application_BeginRequest C# (CSharp) Метод

Application_BeginRequest() защищенный Метод

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void
		protected void Application_BeginRequest(Object sender, EventArgs e)
		{
			HttpContext.Current.Items.Add( "nh.sessionscope", new SessionScope() );
		}