Click or drag to resize

NatRemoteServer(String, String, String) Constructor

Initializes a new instance of the NatRemoteServer class

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

Parameters

address  String
 
userName  String
 
password  String
 
See Also