C# Класс Web.Controllers.SessionController

Наследование: RavenController
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
SessionController ( IAuthenticationService authService, ISession session, IReporting reporting ) : System

Приватные методы

Метод Описание
AuthAndRedirect ( string friendly, string userName ) : System.Web.Mvc.ActionResult
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
Delete ( ) : System.Web.Mvc.ActionResult
Register ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
SynchUser ( string userName, string friendly ) : void

Описание методов

Authenticate() публичный Метод

public Authenticate ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
Результат System.Web.Mvc.ActionResult

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

SessionController() публичный Метод

public SessionController ( IAuthenticationService authService, ISession session, IReporting reporting ) : System
authService IAuthenticationService
session ISession
reporting IReporting
Результат System