Renci.SshNet.Messages.Authentication.InformationResponseMessage.LoadData C# (CSharp) Метод

LoadData() защищенный Метод

Called when type specific data need to be loaded.
protected LoadData ( ) : void
Результат void
        protected override void LoadData()
        {
            throw new NotImplementedException();
        }