TestimoX

API Reference

Class

FirewallRuleInfo

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Minimal description of a firewall rule returned from the local policy.

Inheritance

  • Object
  • FirewallRuleInfo

Constructors

Properties

public String Name { get; set; } #

Display name of the rule.

public String Application { get; set; } #

Associated program path if any.

public FirewallProtocol Protocol { get; set; } #

IP protocol.

public FirewallDirection Direction { get; set; } #

Traffic direction (Inbound/Outbound).

public FirewallAction Action { get; set; } #

Allow or Block.

public Boolean Enabled { get; set; } #

Whether the rule is enabled.

public FirewallProfileKind Profiles { get; set; } #

Profiles the rule applies to.