Castle.MonoRail.Framework.Internal.Test.TestContextHolder.SetContext C# (CSharp) Method

SetContext() public static method

Sets the context.
public static SetContext ( HttpContext context ) : void
context System.Web.HttpContext The context.
return void
		public static void SetContext(HttpContext context)
		{
			_context = context;
		}