SshChannel.Send Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Send(Byte[], Int32, Int32)
Sends data to the server through this channel.
Declaration
public int Send(byte[] buffer, int offset, int count)
Parameters
| Type | Name | Description | 
|---|---|---|
| Byte[] | buffer | The storage location of the data to be sent.  | 
    
| Int32 | offset | The offset to the array at which the data starts.  | 
    
| Int32 | count | Number of bytes to send.  | 
    
Returns
| Type | Description | 
|---|---|
| Int32 | The number of bytes sent.  |