Rules.Remove Method

Tungsten Suite

RulesRemove Method

Removes a firewall rule

Namespace:  W.Firewall
Assembly:  Tungsten.Firewall (in Tungsten.Firewall.dll) Version: 2.0.0
Syntax
C#
public static void Remove(
	string ruleName
)

Parameters

ruleName
Type: SystemString
The name of the rule to remove
See Also