Click or drag to resize
NatRemoteServer Constructor (String, String, String)
Initializes a new instance of the NatRemoteServer class.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public NatRemoteServer(
	string address,
	string userName,
	string password
)

Parameters

address
Type: SystemString
The transport address of the server.
userName
Type: SystemString
Username for authentication.
password
Type: SystemString
Password for authentication.
See Also