Specifies the types of NAT.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxPublic Enumeration NatType
public enum class NatType
MembersMember name | Value | Description |
---|
Unknown | 0 |
The system could not detect the type of the NAT.
|
UdpBlocked | 1 |
Firewall that blocks UDP.
|
SymmetricFirewall | 2 |
Firewall that allows UDP out.
|
OpenInternet | 3 |
The computer connects to the internet directly.
|
FullCone | 4 |
Full-cone NAT, also known as one-to-one NAT
|
SymmetricNAT | 5 |
Symmetric NAT
|
RestrictedCone | 6 |
(Address) restricted cone NAT
|
PortRestrictedCone | 7 |
Port-restricted cone NAT
|
See Also