Dart.Emulation Namespace > Telnet Class : SendCommand Method |
Dim instance As Telnet Dim command As Command Dim value() As Byte value = instance.SendCommand(command)
public: array<byte>^ SendCommand( Command command )
Telnet control functions are commands which represent functions that are implemented on most servers. For example, most servers provide an "IP" function that permits the user to interrupt or abort a process.
See Command for a list of control functions.
For manual option negotiation, use SendOption.