C# 클래스 Facebook.CookieSessionStore

Stores facebook Facebook.Session information in a cookie compatible with the new Connect JS library.
상속: ISessionStorage
파일 보기 프로젝트 열기: bbyk/graph.net

보호된 프로퍼티들

프로퍼티 타입 설명
SessionStoreKey string

공개 메소드들

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

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

메소드 상세

CookieSessionStore() 공개 메소드

Initializes a new instance of CookieSessionStore class with specified HttpContext and IAuthContext
either or is null.
public CookieSessionStore ( [ httpContext, [ authContext ) : System
httpContext [ The http context the response of which is used to store the cookie with session data.
authContext [ The authentication context.
리턴 System

프로퍼티 상세

SessionStoreKey 보호되어 있는 프로퍼티

A key which is used to fetch Session from the storage.
protected string SessionStoreKey
리턴 string