Programming with Reflection
TelnetProtocol property
Syntax |
object.TelnetProtocol |
Data type |
Returns which Telnet protocol is being used to communicate with the host. The value of this property can change during a session.
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.
This property is read-only.