Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_BW_START.Clone C# (CSharp) Метод

Clone() публичный Метод

public Clone ( ) : NETWORK_DETECTION_REQUEST
Результат NETWORK_DETECTION_REQUEST
        public override NETWORK_DETECTION_REQUEST Clone()
        {
            RDP_BW_START bwStart = new RDP_BW_START();
            bwStart.headerLength = this.headerLength;
            bwStart.headerTypeId = this.headerTypeId;
            bwStart.requestType = this.requestType;
            bwStart.sequenceNumber = this.sequenceNumber;
            return bwStart;
        }
RDP_BW_START