Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.DataFirstDvcPdu.DoUnmarshal C# (CSharp) Méthode

DoUnmarshal() protected méthode

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void
        protected override void DoUnmarshal(PduMarshaler marshaler)
        {
            ReadChannelId(marshaler);
            Length = ReadLength(marshaler);
            Data = marshaler.ReadToEnd();
        }