ChainStoreWeb.SharePointContextProvider.GetSharePointContext C# (CSharp) Method

GetSharePointContext() public method

Gets a SharePointContext instance associated with the specified HTTP context.
public GetSharePointContext ( HttpContext httpContext ) : SharePointContext
httpContext System.Web.HttpContext The HTTP context.
return SharePointContext
        public SharePointContext GetSharePointContext(HttpContext httpContext)
        {
            return GetSharePointContext(new HttpContextWrapper(httpContext));
        }

Same methods

SharePointContextProvider::GetSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext