FirewallProtocol Enumeration
Specifies the IP protocol of a firewall.
Namespace: DevCase.Core.Networking.SecurityAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallProtocol
Public Enumeration FirewallProtocol
Dim instance As FirewallProtocol
public enum class FirewallProtocol
No code example is currently available or this language may not be supported.
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.
|