TerminalOptions.TelnetEscapesCarriageReturn Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TelnetEscapesCarriageReturn
Specifies whether to escape CR character to CR NUL during send in Telnet.
Declaration
public bool TelnetEscapesCarriageReturn { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to send CR as CR NUL; false to send CR alone. |