The Telnet type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
ConnectedEvent |
Occurs after a successful connection to the TELNET server.
|
![]() |
DataReceivedEvent |
Occurs after successfully reading data from the TELNET server.
|
![]() |
DisconnectedEvent |
Occurs after a successful disconnection from the TELNET server.
|
![]() |
Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) |
![]() |
DontOptionEvent |
Occurs afer a successful DONT option is received from the TELNET server.
|
![]() |
DoOptionEvent |
Occurs after a successful DO option is received from the TELNET server.
|
![]() |
SubOptionEvent |
Occurs after a successful DOSUB option is received from the TELNET server.
|
![]() |
WillOptionEvent |
Occurs after a successful WILL option is received from the TELNET server.
|
![]() |
WontOptionEvent |
Occurs after a successful WONT option is received from the TELNET server.
|