C# 클래스 WCFREST.WebAppAPI.Login

Before making calls to this API, a call to this handler is needed to get a cookie.
상속: IHttpHandler
파일 보기 프로젝트 열기: damianof/WCF-REST-API-With-Forms-Authentication

공개 메소드들

메소드 설명
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