C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.SoftSyncResDvcPdu

A DYNVC_SOFT_SYNC_RESPONSE PDU is sent by a DVC client manager over the DRDYNVC static virtual channel on the main RDP connection in response to a Soft-Sync Request PDU (section 2.2.5.1).
Inheritance: ResponseDvcPDU
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
NumberOfTunnels uint
Pad byte
TunnelsToSwitch TunnelType_Value[]

Public Methods

Method Description
SoftSyncResDvcPdu ( ) : System
SoftSyncResDvcPdu ( uint numberOfTunnels, TunnelType_Value tunnelsToSwitch ) : System

Protected Methods

Method Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

DoMarshal() protected method

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

DoUnmarshal() protected method

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

SoftSyncResDvcPdu() public method

public SoftSyncResDvcPdu ( ) : System
return System

SoftSyncResDvcPdu() public method

public SoftSyncResDvcPdu ( uint numberOfTunnels, TunnelType_Value tunnelsToSwitch ) : System
numberOfTunnels uint
tunnelsToSwitch TunnelType_Value
return System

Property Details

NumberOfTunnels public_oe property

public uint NumberOfTunnels
return uint

Pad public_oe property

public byte Pad
return byte

TunnelsToSwitch public_oe property

public TunnelType_Value[] TunnelsToSwitch
return TunnelType_Value[]