C# Класс Facebook.CookieSessionStore

Stores facebook Facebook.Session information in a cookie compatible with the new Connect JS library.
Наследование: ISessionStorage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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