sessionHost Property
This is the IP address or domain name of the host.
HostConnection.sessionHost
Arguments
HostConnection
Required. HostConnection object.
Remarks
READWRITE.
The following example illustrates session connection options being set and the connection method being executed:
HostConnection oConn = new HostConnection();
oConn.sessionHost = "127.0.0.1";
oConn.sessionPort = 23;
oConn.sessionOptions = "ConnectTestRow:23;ConnectTestColumn:2;ConnectTestText:ENTER;";
oConn.sessionType = "TN3270";
oConn.connect("standard");
Requirements
Flynet Viewer
See Also
Connect | hostName | sessionPort | sessionOptions | sessionType
Applies To: HostConnection object
© 2016 Inventu Corporation, Flynet LTD