Specifies whether to escape CR character to CR NUL during send in Telnet.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Property TelnetEscapesCarriageReturn As Boolean Get Set |
| C# |
|---|
public bool TelnetEscapesCarriageReturn { get; set; } |