Dart Telnet Control
AutoOption Property
Description
Enables automatic option negotiation.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoOption As Boolean
Remarks

The default value is True.

When set to True, the Telnet Control automatically negotiates the following options (all other Telnet options are refused):

DO ECHO  The host normally desires to echo Telnet data it receives back to the client. The client responds with the value of the Echo property.

DO SUPPRESS GO-AHEADS  The host normally has no need to send GO-AHEAD commands.

WILL SUPRESS GO-AHEADS  The client normally has no need to send GO-AHEAD commands.

WILL TERMTYPE  The client responds with the terminal emulation type specified in the TermType property.

WILL WINDOW_SIZE  The client responds with the window size specified in the WindowSize property.

When set to False, the developer has complete control and must respond to arriving options in the Command event by using the SendCommand method to send Telnet command replies.

See Also

Telnet Object  | Telnet Members


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic