PowerTCP Emulation for .NET
Command Property




The command sent by the remote host.
Syntax
Public ReadOnly Property Command As Command
Dim instance As CommandEventArgs
Dim value As Command
 
value = instance.Command
public Command Command {get;}
public: __property Command get_Command();
public:
property Command Command {
   Command get();
}
Remarks

This property represents the command sent by the remote host. For example, if the command from the server was a DO ECHO command (asking the client to enable echoing), this property will be set to Command.Do.

See Also

Reference

CommandEventArgs Class
CommandEventArgs Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic