Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.CreateRespDvcPdu.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);
            CreationStatus = marshaler.ReadInt32();
        }