Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.CreateReqDvcPdu.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);
            ChannelName = marshaler.ReadASCIIString();
        }