Interface IActuatorHandler
public interface IActuatorHandler
Methods
HandleRequest(HttpContextBase)
void HandleRequest(HttpContextBase context)
Parameters
contextHttpContextBase
IsAccessAllowed(HttpContextBase)
Task<bool> IsAccessAllowed(HttpContextBase context)
Parameters
contextHttpContextBase
Returns
RequestVerbAndPathMatch(string, string)
bool RequestVerbAndPathMatch(string httpMethod, string requestPath)