C# Class Facebook.AspNetSessionStore

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

Méthodes publiques

Méthode Description
AspNetSessionStore ( [ httpContext, [ authContext ) : System

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

Method Details

AspNetSessionStore() public méthode

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.
Résultat System