Specifies the types of NAT.

C# | Visual Basic | Visual C++ |
public enum NatType
Public Enumeration NatType
public enum class NatType

Member | Description |
---|---|
Unknown |
The system could not detect the type of the NAT.
|
UdpBlocked |
Firewall that blocks UDP.
|
SymmetricFirewall |
Firewall that allows UDP out.
|
OpenInternet |
The computer connects to the internet directly.
|
FullCone |
Full-cone NAT, also known as one-to-one NAT
|
SymmetricNAT |
Symmetric NAT
|
RestrictedCone |
(Address) restricted cone NAT
|
PortRestrictedCone |
Port-restricted cone NAT
|
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290