public static void RegisterMethod(string method, bool bodyAllowed)
 {
     method          = method.ToUpper();
     Methods[method] = new MethodDescription(method, bodyAllowed);
 }
Exemple #2
0
 public static void RegisterMethod(string method, bool bodyAllowed)
 {
   method = method.ToUpper();
   Methods[method] = new MethodDescription(method, bodyAllowed);
 }