Renci.SshNet.Messages.Authentication.InformationResponseMessage.LoadData C# (CSharp) Method

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void
        protected override void LoadData()
        {
            throw new NotImplementedException();
        }