TestimoX

API Reference

Enum

FirewallDirection

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

Direction of a firewall rule as used by HNetCfg.FwPolicy2 (1=Inbound, 2=Outbound).

Inheritance

  • Enum
  • FirewallDirection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const FirewallDirection Inbound #

Inbound traffic.

Value: 1
public const FirewallDirection Outbound #

Outbound traffic.

Value: 2