Renci.SshNet.ScpClient.SendData C# (CSharp) Method

SendData() private static method

private static SendData ( IChannel channel, byte buffer ) : void
channel IChannel
buffer byte
return void
        private static void SendData(IChannel channel, byte[] buffer)
        {
            channel.SendData(buffer);
        }

Same methods

ScpClient::SendData ( IChannel channel, byte buffer, int length ) : void
ScpClient::SendData ( IChannel channel, string command ) : void