Shell.Prompt Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Prompt
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
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
String | Prompt sequence./ |
Remarks
For more information about setting Prompt please visit the https://www.rebex.net/telnet.net/tutorial-telnet.aspx#using-shell.