Gets or sets the prompt sequence that is used to detect response end. To use regular expressions, prepend the string with "regex:". To use wildcards, prepend the string with "mask:". Prompt sequence is only used when shell Mode is Prompt

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property Prompt As String
	Get
	Set
C#
public string Prompt { get; set; }

Field Value

Prompt sequence./

Remarks

For more information about setting Prompt please visit the https://www.rebex.net/telnet.net/tutorial-telnet.aspx#using-shell.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also