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.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub SendBreak ( _ breakLength As Integer _ ) |
C# |
---|
public void SendBreak( int breakLength ) |
Parameters
- breakLength
- Type: System..::..Int32
Break length, in milliseconds (if supported by the underlying channel).