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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
channelId long
rawPdus Collection
virtualChannelData byte[]

Méthodes publiques

Méthode 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 méthode

Split the virtualChannelData to several chunk data to send.
public SplitToChunks ( ) : void
Résultat void

Virtual_Channel_Complete_Pdu() public méthode

The constructor of the class with no parameter.
public Virtual_Channel_Complete_Pdu ( ) : System
Résultat System

Virtual_Channel_Complete_Pdu() public méthode

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.
Résultat System

Property Details

channelId public_oe property

The static virtual channel Id.
public long channelId
Résultat long

rawPdus public_oe property

The splitted raw PDUs.
public Collection rawPdus
Résultat Collection

virtualChannelData public_oe property

The reassembled data.
public byte[] virtualChannelData
Résultat byte[]