Click or drag to resize
LoadRightSessionManager Constructor
Initializes a new instance of the LoadRightSessionManager class

Namespace: Activsoft.RightManagement
Assembly: Activsoft.RightManagement (in Activsoft.RightManagement.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax
public LoadRightSessionManager(
	HttpRequest request,
	HttpResponse response,
	HttpSessionState state,
	IRightManagerFactory fact,
	string cookieConfigSection
)

Parameters

request
Type: System.WebHttpRequest

[Missing <param name="request"/> documentation for "M:Activsoft.RightManagement.LoadRightSessionManager.#ctor(System.Web.HttpRequest,System.Web.HttpResponse,System.Web.SessionState.HttpSessionState,Activsoft.RightManagement.IRightManagerFactory,System.String)"]

response
Type: System.WebHttpResponse

[Missing <param name="response"/> documentation for "M:Activsoft.RightManagement.LoadRightSessionManager.#ctor(System.Web.HttpRequest,System.Web.HttpResponse,System.Web.SessionState.HttpSessionState,Activsoft.RightManagement.IRightManagerFactory,System.String)"]

state
Type: System.Web.SessionStateHttpSessionState

[Missing <param name="state"/> documentation for "M:Activsoft.RightManagement.LoadRightSessionManager.#ctor(System.Web.HttpRequest,System.Web.HttpResponse,System.Web.SessionState.HttpSessionState,Activsoft.RightManagement.IRightManagerFactory,System.String)"]

fact
Type: Activsoft.RightManagementIRightManagerFactory

[Missing <param name="fact"/> documentation for "M:Activsoft.RightManagement.LoadRightSessionManager.#ctor(System.Web.HttpRequest,System.Web.HttpResponse,System.Web.SessionState.HttpSessionState,Activsoft.RightManagement.IRightManagerFactory,System.String)"]

cookieConfigSection
Type: SystemString

[Missing <param name="cookieConfigSection"/> documentation for "M:Activsoft.RightManagement.LoadRightSessionManager.#ctor(System.Web.HttpRequest,System.Web.HttpResponse,System.Web.SessionState.HttpSessionState,Activsoft.RightManagement.IRightManagerFactory,System.String)"]

See Also