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

Virtual Channel data.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property 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
return 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
return byte[]