The TerminalOptions type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAnswerback
Gets or sets the Answerback message. If set to null reference (Nothing in Visual Basic) the TerminalName is used instead. To send no Answerback message, use the empty string.
Public propertySupported by the .NET Compact FrameworkAutoWrapMode
Gets or sets the auto wrap mode value - defines the behavior of a character received when the cursor is at the last column.
Public propertySupported by the .NET Compact FrameworkBackspaceSequence
Gets or sets a Backspace key sequence for outgoing data.
Public propertySupported by the .NET Compact FrameworkBackspaceWrapMode
Gets or sets the backspace wrap mode value - defines the behavior of backspace when the cursor is at the first column.
Public propertySupported by the .NET Compact FrameworkBlinkingText
Gets or sets the blinking text appearance.
Public propertySupported by the .NET Compact FrameworkBreakSequence
Gets or sets which break sequence to use - defines the behavior of the SendBreak(Int32) method.
Public propertySupported by the .NET Compact FrameworkColorScheme
Gets or sets the color scheme.
Public propertySupported by the .NET Compact FrameworkColumns
Gets or sets the number of character columns. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkCursorKeyMode
Gets or sets an initial cursor key mode.
Public propertySupported by the .NET Compact FrameworkEncoding
Public propertySupported by the .NET Compact FrameworkForceNondestructiveBackspace
Gets or sets a value indicating whether to treat the incoming destructive backspace characters (7F) as non-destructive backspace (08).
Public propertySupported by the .NET Compact FrameworkFunctionKeysMode
Gets or sets the behavior of function keys that include F1-F20, Insert, Delete, Home, End, Page Up and Page Down. The HomeEndKeysMode takes precedence for the behavior of Home and End keys unless set to HomeEndKeysMode.Standard.
Public propertySupported by the .NET Compact FrameworkHomeEndKeysMode
Gets or sets the behavior of Home and End keys. When set to HomeEndKeysMode.Standard, the actual behavior is determined by the FunctionKeysMode property.
Public propertySupported by the .NET Compact FrameworkIgnoreCursorKeyModeChange
Specifies whether to ignore cursor key mode change requests from the server.
Public propertySupported by the .NET Compact FrameworkIgnoreSubstituteCharacter
Gets or sets a value indicating whether to ignore incoming substitute characters (1A) or replace them with replaced by a question mark.
Public propertySupported by the .NET Compact FrameworkImplicitCarriageReturnInLinefeed
Gets or sets a value indicating whether a CR character is implied in any received LF.
Public propertySupported by the .NET Compact FrameworkLocalEcho
Enables or disables local echo.
Public propertySupported by the .NET Compact FrameworkNewLineSequence
Gets or sets a new line sequence for outgoing data.
Public propertySupported by the .NET Compact FrameworkPersistColorsOnSgr
Specifies whether escape sequence of the Select Graphic Rendition also clears the color of the pen.
Public propertySupported by the .NET Compact FrameworkRemoteCommand
Gets or sets the remote command to execute (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkRows
Gets or sets the number of character rows. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkSelectGraphicRendition1
Gets or sets the appearance of the sequence: CSI 1 m.
Public propertySupported by the .NET Compact FrameworkTelnetEscapesCarriageReturn
Specifies whether to escape CR character to CR NUL during send in Telnet.
Public propertySupported by the .NET Compact FrameworkTerminalName
Gets or sets the terminal name.
Public propertySupported by the .NET Compact FrameworkTerminalType
Gets or sets the terminal type.
Public propertySupported by the .NET Compact FrameworkWaitForCloseConfirmation
Gets or sets a value that indicates whether Unbind()()()() waits for channel close confirmation.

See Also