Scripting.SendBreak Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SendBreak(Int32)
Sends a break request to the server. This may or may not have an effect, depending on the server. Sending Ctrl+C using Send(ConsoleKey, ConsoleModifiers) is usually more reliable.
Declaration
public void SendBreak(int breakLength)
Parameters
Type | Name | Description |
---|---|---|
Int32 | breakLength | Break length, in milliseconds (if supported by the underlying channel). |