Enum WindowsFirewallDefaultOutboundAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the default action for outbound traffic configured within a firewall profile.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallDefaultOutboundAction
Fields
Allow = 1
The default action is to allow all outbound connections.
Block = 2
The default action is to block outbound traffic.
NotConfigured = 3
The default action is not configured.
Unknown = 0
The default action for outbound traffic is unknown.