C# Class Facebook.AspNetSessionStore

Stores facebook Facebook.Session information in ASP.NET HttpSessionState.
Inheritance: CookieSessionStore, ISessionStorage
Mostra file Open project: bbyk/graph.net

Public Methods

Method Description
AspNetSessionStore ( [ httpContext, [ authContext ) : System

Initializes a new instance of AspNetSessionStore class with specified HttpContext and IAuthContext

Method Details

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