Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Properties

sessionType Property (string)

Scroll Prev Top Next More

 

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

 

Inventu Viewer+

 

See Also

 

Connect | sessionHost | sessionPort | sessionOptions

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation