Rules Class

Tungsten Suite

Rules Class

Provides static methods to add, remove and check the existance of, Windows firewall rules
Inheritance Hierarchy
SystemObject  W.FirewallRules

Namespace:  W.Firewall
Assembly:  Tungsten.Firewall (in Tungsten.Firewall.dll) Version: 2.0.0
Syntax
C#
public static class Rules

The Rules type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Adds a rule to the firewall
Public methodStatic memberExists
Checks if a particular rule exists
Public methodStatic memberRemove
Removes a firewall rule
Top
See Also