API Reference
Class
FirewallRuleInfo
Minimal description of a firewall rule returned from the local policy.
Inheritance
- Object
- FirewallRuleInfo
Constructors
public FirewallRuleInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.