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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]