NatRemoteServer(String, String, String) Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 String
- The transport address of the server.
- userName String
- Username for authentication.
- password String
- Password for authentication.
See Also