The ITerminal type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Bind |
Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh class.
|
![]() ![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() | Save(Stream, TerminalCaptureFormat) |
Saves the content of the terminal screen to the specified stream in the specified format.
|
![]() ![]() | Save(String, TerminalCaptureFormat) |
Saves the content of the terminal screen to the specified file in the specified format.
|
![]() ![]() | Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions) |
Saves the content of the terminal screen to the specified stream in the specified format with the specified options.
|
![]() ![]() | Save(String, TerminalCaptureFormat, TerminalCaptureOptions) |
Saves the content of the terminal screen to the specified file in the specified format with the specified options.
|
![]() ![]() | SendToServer(String) | Obsolete. |
![]() ![]() | SendToServer(ConsoleKeyInfo) | Obsolete. |
![]() ![]() | SendToServer(FunctionKey) | Obsolete. |
![]() ![]() | SendToServer(FunctionKey, ConsoleModifiers) | Obsolete. |
![]() ![]() | SendToServer(array<Byte>[]()[][], Int32, Int32) | Obsolete. |
![]() ![]() | SetScreenSize |
Sets a new screen size.
|
![]() ![]() | Unbind |
Unbinds the terminal from the current channel and closes the channel.
|
Extension Methods
Name | Description | |
---|---|---|
![]() ![]() | SetCustomScreen |
Sets the terminal's custom screen.
(Defined by TerminalExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | CellSize |
Gets the size of a character cell.
|
![]() ![]() | HistoryLength |
Gets the current history buffer length.
|
![]() ![]() | IsDisposed |
Gets a value indicating whether the terminal is disposed.
|
![]() ![]() | Options |
Gets or sets terminal options.
|
![]() ![]() | Palette |
Gets or sets the terminal palette.
|
![]() ![]() | Recorder |
Gets or sets incoming data recorder.
|
![]() ![]() | Screen |
Gets the terminal screen object.
|
![]() ![]() | Scripting |
Gets the object which allows enhanced scripting.
|
![]() ![]() | TerminalFont |
Gets or sets the terminal font. Setting the font may also cause the screen size to be adjusted to fit into the control area.
|
![]() ![]() | Transfers |
Gets the object which allows file transferring.
|
Events
Name | Description | |
---|---|---|
![]() ![]() | ActionRequested |
Occurs when a specific client action is requested by the server.
|
![]() ![]() | DataReceived |
Occurs when the data are received from the server.
|
![]() ![]() | Disconnected |
Occurs when disconnected from the server.
|
![]() ![]() | RemoteResize |
Occurs when the screen resize is requested by the server.
|