C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Virtual_Channel_RAW_Server_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
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
channelPduHeader CHANNEL_PDU_HEADER
commonHeader SlowPathPduCommonHeader
virtualChannelData byte[]

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
ToBytes ( ) : byte[]

Encode this structure into byte array.

Virtual_Channel_RAW_Server_Pdu ( ) : System

The constructor of the class with no parameter.

Virtual_Channel_RAW_Server_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

ToBytes() 공개 메소드

Encode this structure into byte array.
public ToBytes ( ) : byte[]
리턴 byte[]

Virtual_Channel_RAW_Server_Pdu() 공개 메소드

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

Virtual_Channel_RAW_Server_Pdu() 공개 메소드

The constructor of the class.
public Virtual_Channel_RAW_Server_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
리턴 System

프로퍼티 상세

channelPduHeader 공개적으로 프로퍼티

Virtual Channel PDU Header structure which contains control flags and describes the size of the opaque channel data.
public CHANNEL_PDU_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr channelPduHeader
리턴 CHANNEL_PDU_HEADER

commonHeader 공개적으로 프로퍼티

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
리턴 SlowPathPduCommonHeader

virtualChannelData 공개적으로 프로퍼티

Variable length data to be processed by the static virtual channel protocol handler. This field MUST NOT be larger than CHANNEL_CHUNK_LENGTH (1600) bytes in size.
public byte[] virtualChannelData
리턴 byte[]