Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.DataFirstCompressedDvcPdu.DoMarshal C# (CSharp) Méthode

DoMarshal() protected méthode

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void
        protected override void DoMarshal(PduMarshaler marshaler)
        {
            WriteChannelId(marshaler);
            WriteLength(marshaler, this.Length);
            marshaler.WriteBytes(this.Data);
        }