C# Класс WCFREST.WebAppAPI.Login

Before making calls to this API, a call to this handler is needed to get a cookie.
Наследование: IHttpHandler
Показать файл Открыть проект

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

Метод Описание
ProcessRequest ( HttpContext context ) : void

Process the incoming Login request and return a cookie if successful. Also return a json body with a Success flag.

Защищенные методы

Метод Описание
AuthenticateAndGetCookie ( LoginInfo loginInfo, System.Web.HttpCookie &cookie ) : bool

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

AuthenticateAndGetCookie() защищенный Метод

protected AuthenticateAndGetCookie ( LoginInfo loginInfo, System.Web.HttpCookie &cookie ) : bool
loginInfo LoginInfo
cookie System.Web.HttpCookie
Результат bool

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

Process the incoming Login request and return a cookie if successful. Also return a json body with a Success flag.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Результат void