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

SendConfirmation() private static method

private static SendConfirmation ( IChannel channel ) : void
channel IChannel
return void
        private static void SendConfirmation(IChannel channel)
        {
            SendData(channel, new byte[] { 0 });
        }

Same methods

ScpClient::SendConfirmation ( IChannel channel, byte errorCode, string message ) : void