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

The TS_VIRTUALCHANNEL_CAPABILITYSET structure is used to advertise virtual channel support characteristics. This capability is sent by both client and server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1_11.xml
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
VCChunkSize uint
capabilitySetType capabilitySetType_Values
flags TS_VIRTUALCHANNEL_CAPABILITYSET_flags_Values
lengthCapability ushort

Méthodes publiques

Méthode Description
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Method Details

GetCapabilityType() public méthode

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
Résultat capabilitySetType_Values

ToBytes() public méthode

convert this structure to byte array
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

VCChunkSize public_oe property

The chuck size of virtual channel.
public uint VCChunkSize
Résultat uint

capabilitySetType public_oe property

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_VIRTUALCHANNEL (20).
public capabilitySetType_Values capabilitySetType
Résultat capabilitySetType_Values

flags public_oe property

A 32-bit unsigned integer. Virtual channel compression flags.
public TS_VIRTUALCHANNEL_CAPABILITYSET_flags_Values flags
Résultat TS_VIRTUALCHANNEL_CAPABILITYSET_flags_Values

lengthCapability public_oe property

A 16-bit unsigned integer. The length in bytes of the capability data, including the size of the capabilitySetType and lengthCapability fields.
public ushort lengthCapability
Résultat ushort