Extended Property (Read/Write) (Tn3270 Only) |
Top Previous Next |
Specifies if the telnet 5250 extended protocol is allowed by this client.
VB.NET Syntax
tnxxxx.Extended [= Boolean]
C# Syntax
tnxxxx.Extended [= bool];
Remarks
If the host or telnet server supports the Tn5250E protocol, it will try to negotiate with this client to work in extended mode. If this property is set to False, this client will deny the request from the server and both will continue in Tn5250 mode. Default value is True.
See also Host, Port and TerminalType property. |