C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Virtual_Channel_Complete_Pdu

The Virtual Channel PDU is sent from client to server or from server to client and is used to transport data between static virtual channel end-points.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1a.xml
Inheritance: RdpbcgrClientPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
channelId long
rawPdus Collection
virtualChannelData byte[]

Public Methods

Method Description
SplitToChunks ( ) : void

Split the virtualChannelData to several chunk data to send.

Virtual_Channel_Complete_Pdu ( ) : System

The constructor of the class with no parameter.

Virtual_Channel_Complete_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

Method Details

SplitToChunks() public method

Split the virtualChannelData to several chunk data to send.
public SplitToChunks ( ) : void
return void

Virtual_Channel_Complete_Pdu() public method

The constructor of the class with no parameter.
public Virtual_Channel_Complete_Pdu ( ) : System
return System

Virtual_Channel_Complete_Pdu() public method

The constructor of the class.
public Virtual_Channel_Complete_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
return System

Property Details

channelId public_oe property

The static virtual channel Id.
public long channelId
return long

rawPdus public_oe property

The splitted raw PDUs.
public Collection rawPdus
return Collection

virtualChannelData public_oe property

The reassembled data.
public byte[] virtualChannelData
return byte[]