PowerTCP Emulation for .NET
Echo Property




Gets or sets the state of the Telnet Echo option.
Syntax
<DefaultValueAttribute()>
Public Property Echo As OptionState
Dim instance As Telnet
Dim value As OptionState
 
instance.Echo = value
 
value = instance.Echo
[DefaultValue()]
public OptionState Echo {get; set;}
[DefaultValue()]
public: __property OptionState get_Echo();
public: __property void set_Echo( 
   OptionState value
);
[DefaultValue()]
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.

See Also

Reference

Telnet Class
Telnet Members


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