C# 클래스 ChainStoreWeb.SharePointAcsContextProvider

Default provider for SharePointAcsContext.
상속: SharePointContextProvider
파일 보기 프로젝트 열기: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

보호된 메소드들

메소드 설명
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

메소드 상세

CreateSharePointContext() 보호된 메소드

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
리턴 SharePointContext

LoadSharePointContext() 보호된 메소드

protected LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
httpContext System.Web.HttpContextBase
리턴 SharePointContext

SaveSharePointContext() 보호된 메소드

protected SaveSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : void
spContext SharePointContext
httpContext System.Web.HttpContextBase
리턴 void

ValidateSharePointContext() 보호된 메소드

protected ValidateSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : bool
spContext SharePointContext
httpContext System.Web.HttpContextBase
리턴 bool