Telnet Object : AutoOption Property |
Visual Basic |
---|
Public Property AutoOption As Boolean |
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.