TestimoX

API Reference

Class

FirewallLoggingPolicy

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Effective firewall logging settings for a single profile, sourced from either the operational path or policy path when enforced by GPO.

Inheritance

  • Object
  • FirewallLoggingPolicy

Constructors

public FirewallLoggingPolicy() #

Properties

public FirewallProfileKind Profile { get; set; } #

Target firewall profile.

public String LogFilePath { get; set; } #

Full path to the firewall log file.

public Nullable<Int32> LogFileSizeKB { get; set; } #

Maximum log file size in kilobytes.

public Nullable<Boolean> LogDroppedPackets { get; set; } #

Whether to log dropped packets.

public Nullable<Boolean> LogSuccessfulConnections { get; set; } #

Whether to log successful connections.