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 = 1The default action is to allow all inbound connections.
Block = 2The default action is to block inbound traffic.
BlockAllConnections = 3The default action is to block all inbound connections.
NotConfigured = 4The default action is not configured.
Unknown = 0The default action for inbound traffic is unknown.