Table of Contents

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 = 1

The rule is for inbound connections.

Outbound = 2

The rule is for outbound connections.

Unknown = 0

The rule direction is unknown.