C# Class ASPC.Marvel.CrimeAPI.SharePointAcsContextProvider

Default provider for SharePointAcsContext.
Inheritance: SharePointContextProvider
Afficher le fichier Open project: Inmeta/aspc2016

Méthodes protégées

Méthode Description
CreateSharePointContext ( Uri spHostUrl, Uri spAppWebUrl, string spLanguage, string spClientTag, string spProductNumber, System.Web.HttpRequestBase httpRequest ) : SharePointContext
LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
SaveSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : void
ValidateSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : bool

Method Details

CreateSharePointContext() protected méthode

protected CreateSharePointContext ( Uri spHostUrl, Uri spAppWebUrl, string spLanguage, string spClientTag, string spProductNumber, System.Web.HttpRequestBase httpRequest ) : SharePointContext
spHostUrl System.Uri
spAppWebUrl System.Uri
spLanguage string
spClientTag string
spProductNumber string
httpRequest System.Web.HttpRequestBase
Résultat SharePointContext

LoadSharePointContext() protected méthode

protected LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
httpContext System.Web.HttpContextBase
Résultat SharePointContext

SaveSharePointContext() protected méthode

protected SaveSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : void
spContext SharePointContext
httpContext System.Web.HttpContextBase
Résultat void

ValidateSharePointContext() protected méthode

protected ValidateSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : bool
spContext SharePointContext
httpContext System.Web.HttpContextBase
Résultat bool