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




Gets or sets the state of the Telnet Echo option.

Syntax

Visual Basic (Declaration) 
Public Property Echo As OptionState
Visual Basic (Usage)Copy Code
Dim instance As Telnet
Dim value As OptionState
 
instance.Echo = value
 
value = instance.Echo
C# 
public OptionState Echo {get; set;}
Managed Extensions for C++ 
public: __property OptionState get_Echo();
public: __property void set_Echo( 
   OptionState value
);
C++/CLI 
public:
property OptionState Echo {
   OptionState get();
   void set (    OptionState value);
}

Property Value

An OptionState with a default value of RequestOn.

Remarks

When on, the remote host will echo all Telnet data it receives back to the client.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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