C# Class R.Scheduler.Core.SchedulerAuthorizeAttribute

Inheritance: System.Web.Http.AuthorizeAttribute
Afficher le fichier Open project: R-Suite/R.Scheduler

Méthodes protégées

Méthode Description
HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Method Details

HandleUnauthorizedRequest() protected méthode

protected HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat void

IsAuthorized() protected méthode

protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat bool