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

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).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also