SshChannel.Receive Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Receive(Byte[], Int32, Int32)
Receives data send by the server through this channel.
Declaration
public int Receive(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The storage location for the received data. |
Int32 | offset | The offset to the array at which to place the received data. |
Int32 | count | Number of bytes to receive. |
Returns
Type | Description |
---|---|
Int32 | The number of bytes received. |