TestimoX

API Reference

Enum

CxFirewallLoggingField

Namespace ComputerX.Controls
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Strongly-typed control for Windows Firewall logging settings within a profile.

Inheritance

  • Enum
  • CxFirewallLoggingField

Values

public const CxFirewallLoggingField LogDroppedPackets #

Whether to log dropped packets.

Value: 0
public const CxFirewallLoggingField LogSuccessfulConnections #

Whether to log successful connections.

Value: 1
public const CxFirewallLoggingField LogFilePath #

Log file path (string, may be expandable).

Value: 2
public const CxFirewallLoggingField LogFileSizeKB #

Log file size in KB (integer).

Value: 3