Exemplo n.º 1
0
 public void AddMethod(IHttpAuthorizationMethod method)
 {
     if (method == null) {
     throw new ArgumentNullException("method");
       }
       methods.Add(method);
 }
Exemplo n.º 2
0
 public void AddMethod(IHttpAuthorizationMethod method)
 {
     if (method == null)
     {
         throw new ArgumentNullException("method");
     }
     methods.Add(method);
 }