ChainStoreWeb.SharePointHighTrustContextProvider.LoadSharePointContext C# (CSharp) Method

LoadSharePointContext() protected method

protected LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
httpContext System.Web.HttpContextBase
return SharePointContext
        protected override SharePointContext LoadSharePointContext(HttpContextBase httpContext)
        {
            return httpContext.Session[SPContextKey] as SharePointHighTrustContext;
        }