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

Virtual Channel data.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
channelPduHeader CHANNEL_PDU_HEADER
chunkData byte[]

Property Details

channelPduHeader public_oe property

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
Résultat CHANNEL_PDU_HEADER

chunkData public_oe property

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[] chunkData
Résultat byte[]