ShellChannel.Send Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Send(Byte[], Int32, Int32)
Sends the specified amount of data to the remote connection end, starting at the indicated location in the data and using the supplied flags.
Declaration
public abstract int Send(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The data to be sent. |
Int32 | offset | The position in the data buffer to begin sending data. |
Int32 | count | The number of bytes to send. |
Returns
Type | Description |
---|---|
Int32 | The number of bytes sent. |