C# Класс Facebook.AspNetSessionStore

Stores facebook Facebook.Session information in ASP.NET HttpSessionState.
Наследование: CookieSessionStore, ISessionStorage
Показать файл Открыть проект

Открытые методы

Метод Описание
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