Renci.SshNet.Messages.Message.Process C# (CSharp) Method

Process() abstract private method

Process the current message for the specified Session.
abstract private Process ( Session session ) : void
session Session The for which to process the current message.
return void
        internal abstract void Process(Session session);
    }