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!
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
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).
 
     
     
     
     
    