Specifies the types of NAT.

Declaration Syntax
Public Enumeration NatType
public enum class NatType

Members
| 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) Version: 10.0.6.243