Specifies the types of NAT.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration NatType
public enum class NatType
Members
| Member 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