PowerTCP Telnet for .NET CF
Command Property
See Also  Send comments on this topic.
Dart.Telnet Namespace > CommandEventArgs Class : Command Property




The command sent by the remote host.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Command As Command
Visual Basic (Usage)Copy Code
Dim instance As CommandEventArgs
Dim value As Command
 
value = instance.Command
C# 
public Command Command {get;}
Managed Extensions for C++ 
public: __property Command get_Command();
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.