FirewallProtocol Enumeration

Specifies the IP protocol of a firewall.

Definition

Namespace: DevCase.Core.Networking.Security
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallProtocol

Remarks

Members

Icmp 1 Internet Control Message Protocol.
Ipv4 4 IPv4 encapsulation Protocol.
Tcp 6 Transmission Control Protocol.
Udp 17 User Datagram Protocol.
Ipv6 41 IPv6 encapsulation Protocol.

See Also