Flynet Viewer .NET Programmer's Reference

sessionType Property (string)

sessionType Property (string)

Previous topic Next topic  

sessionType Property (string)

Previous topic Next topic  

 

The session type.

 

HostConnection.sessionType

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

Remarks

 

READWRITE.

 

Values can be:

TN3270

TN5250

TNVT

 

The following example illustrates a 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 | sessionHost | sessionPort | sessionOptions

 

Applies To: HostConnection object

 


© 2016 Inventu Corporation, Flynet LTD