Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.DataCompressedDvcPdu.DoMarshal C# (CSharp) Method

DoMarshal() protected method

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void
        protected override void DoMarshal(PduMarshaler marshaler)
        {
            WriteChannelId(marshaler);
            marshaler.WriteBytes(Data);
        }