TestimoX

API Reference

Enum

FirewallProtocol

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

Protocol for a firewall rule (values align with NET_FW_IP_PROTOCOL_ constants).

Inheritance

  • Enum
  • FirewallProtocol

Values

public const FirewallProtocol Tcp #

TCP protocol.

Value: 6
public const FirewallProtocol Udp #

UDP protocol.

Value: 17
public const FirewallProtocol Any #

Any protocol.

Value: 256