Table of Contents

Enum WindowsFirewallDefaultInboundAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the default action for inbound traffic configured within a firewall profile.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallDefaultInboundAction

Fields

Allow = 1

The default action is to allow all inbound connections.

Block = 2

The default action is to block inbound traffic.

BlockAllConnections = 3

The default action is to block all inbound connections.

NotConfigured = 4

The default action is not configured.

Unknown = 0

The default action for inbound traffic is unknown.