Calyptus.Mvc.HttpContextWrapper.IHttpContext C# (CSharp) Method

IHttpContext() private method

private IHttpContext ( string sectionName ) : object
sectionName string
return object
		object IHttpContext.GetSection(string sectionName)
		{
			return this._context.GetSection(sectionName);
		}

Same methods

HttpContextWrapper::IHttpContext ( ) : void
HttpContextWrapper::IHttpContext ( Exception errorInfo ) : void