Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_BW_START.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : NETWORK_DETECTION_REQUEST
return 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