Click or drag to resize
NatType Enumeration
Specifies the types of NAT.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum NatType
Members
  Member nameValueDescription
Unknown0 The system could not detect the type of the NAT.
UdpBlocked1 Firewall that blocks UDP.
SymmetricFirewall2 Firewall that allows UDP out.
OpenInternet3 The computer connects to the internet directly.
FullCone4 Full-cone NAT, also known as one-to-one NAT
SymmetricNAT5 Symmetric NAT
RestrictedCone6 (Address) restricted cone NAT
PortRestrictedCone7 Port-restricted cone NAT
See Also