Ozeki VoIP SDK Class library
NatInfo Constructor (type, ipAddress)
NamespacesOzeki.Network.NatNatInfoNatInfo(NatType, IPAddress)
Creates an instance of the NatInfo class
Declaration Syntax
C#Visual BasicVisual C++
public NatInfo(
	NatType type,
	IPAddress ipAddress
)
Public Sub New ( 
	type As NatType,
	ipAddress As IPAddress
)
public:
NatInfo(
	NatType type, 
	IPAddress^ ipAddress
)
Parameters
type (NatType)
Type of the NAT (e.g. Full-cone NAT)
ipAddress (IPAddress)
External IP Address

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290