Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the connection with the client by using the provided parameters.
Syntax
public void createConnection(
str _serverName,
int _port,
str _connectionString,
boolean _interactive,
boolean _ipsec)
Run On
Called
Parameters
- _serverName
Type: str
The name of server to be connected.
- _port
Type: int
The port number of the server.
- _connectionString
Type: str
A string value that contains the connection parameters.
- _interactive
Type: boolean
A Boolean value that indicates whether it can interact with the server.
- _ipsec
Type: boolean
A Boolean value.