C# 클래스 Facebook.AspNetSessionStore

Stores facebook Facebook.Session information in ASP.NET HttpSessionState.
상속: CookieSessionStore, ISessionStorage
파일 보기 프로젝트 열기: bbyk/graph.net

공개 메소드들

메소드 설명
AspNetSessionStore ( [ httpContext, [ authContext ) : System

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

메소드 상세

AspNetSessionStore() 공개 메소드

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.
리턴 System