Enum WindowsFirewallRuleDirection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the direction of a Windows Firewall rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallRuleDirection
Fields
Inbound = 1The rule is for inbound connections.
Outbound = 2The rule is for outbound connections.
Unknown = 0The rule direction is unknown.