Renci.SshNet.Messages.Connection.ChannelExtendedDataMessage.LoadData C# (CSharp) Method

LoadData() protected method

Loads the data.
protected LoadData ( ) : void
return void
        protected override void LoadData()
        {
            base.LoadData();
            DataTypeCode = ReadUInt32();
            Data = ReadBinary();
        }