FirewallRuleAction Enumeration

Specifies the action for a firewall rule.

Definition

Namespace: DevCase.Core.Networking.Security
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallRuleAction

Remarks

Members

Block 0 Blocks the traffic.
Allow 1 Allows the traffic.

See Also