C# 클래스 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
상속: RdpbcgrClientPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
channelId long
rawPdus Collection
virtualChannelData byte[]

공개 메소드들

메소드 설명
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.

메소드 상세

SplitToChunks() 공개 메소드

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

Virtual_Channel_Complete_Pdu() 공개 메소드

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

Virtual_Channel_Complete_Pdu() 공개 메소드

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.
리턴 System

프로퍼티 상세

channelId 공개적으로 프로퍼티

The static virtual channel Id.
public long channelId
리턴 long

rawPdus 공개적으로 프로퍼티

The splitted raw PDUs.
public Collection rawPdus
리턴 Collection

virtualChannelData 공개적으로 프로퍼티

The reassembled data.
public byte[] virtualChannelData
리턴 byte[]