Пример #1
0
 public IACLRule AddACLRule(string ruleName, string Source, string Destination, string Interface, bool Allow)
 {
     return(Server.AddACLRule(ruleName, Source, Destination, Interface, Allow));
 }