Shell.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 any effect. Caution: some Telnet servers don't handle this correctly, causing subsequent commands to fail!
Declaration
public void SendBreak(int breakLength)
Parameters
Type | Name | Description |
---|---|---|
Int32 | breakLength | Break length, in milliseconds (if supported by the underlying channel). |