Programming with Reflection

image\rwnprg32.gif TelnetProtocol property

 

Syntax

object.TelnetProtocol

Data type

Enumeration

 

Description

Returns which Telnet protocol is being used to communicate with the host. The value of this property can change during a session.

Values

The possible values are:

Value Constant Meaning

1 rcNVT  The Network Virtual Terminal protocol is in use.

2 rcTN3270  Standard TN3270 protocol is in use.

3 rcTN3270E  Extended TN3270 protocol (RFC 1647) is in use.

4 rcOCS  OCS Printing protocol (RFC 1646) is in use.

5 rcTN5250  Standard TN5250 protocol is in use.

Comments

This property is read-only.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property