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