Ozeki VoIP SDK Class library
NatRemoteServer Constructor (address, userName, password)
NamespacesOzeki.Network.NatNatRemoteServerNatRemoteServer(String, String, String)
Initializes a new instance of the NatRemoteServer class.
Declaration Syntax
C#Visual BasicVisual C++
public NatRemoteServer(
	string address,
	string userName,
	string password
)
Public Sub New ( 
	address As String,
	userName As String,
	password As String
)
public:
NatRemoteServer(
	String^ address, 
	String^ userName, 
	String^ password
)
Parameters
address (String)
The transport address of the server.
userName (String)
Username for authentication.
password (String)
Password for authentication.

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