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

Usage

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

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