Facebook.AspNetSessionStore.AspNetSessionStore C# (CSharp) Method

AspNetSessionStore() public method

Initializes a new instance of AspNetSessionStore class with specified HttpContext and IAuthContext
either or is null.
public AspNetSessionStore ( [ httpContext, [ authContext ) : System
httpContext [ The http context the ASP.NET of which is used to store the session.
authContext [ The authentication context.
return System
        public AspNetSessionStore([NotNullAttribute] HttpContext httpContext, [NotNullAttribute] IAuthContext authContext)
            : base(httpContext, authContext)
        {
        }
AspNetSessionStore