Example #1
0
 public static Type GetWafActionType(string requestMethod, string actionKebabName)
 {
     return(WafActionWebProcessor.GetWafActionType(requestMethod, actionKebabName));
 }