NatRemoteServer Constructor (String, String, String) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax 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
)
new :
address : string *
userName : string *
password : string -> NatRemoteServer
Parameters
- address
- Type: SystemString
The transport address of the server. - userName
- Type: SystemString
Username for authentication. - password
- Type: SystemString
Password for authentication.
See Also