C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_GENERAL_CAPABILITYSET

The TS_GENERAL_CAPABILITYSET structure is used to advertise general characteristics and is based on the capability set specified in [T128] section 8.2.3. 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_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
capabilitySetType capabilitySetType_Values
extraFlags extraFlags_Values
generalCompressionLevel generalCompressionLevel_Values
generalCompressionTypes generalCompressionTypes_Values
lengthCapability ushort
osMajorType osMajorType_Values
osMinorType osMinorType_Values
pad2octetsA ushort
protocolVersion protocolVersion_Values
refreshRectSupport refreshRectSupport_Values
remoteUnshareFlag remoteUnshareFlag_Values
suppressOutputSupport suppressOutputSupport_Values
updateCapabilityFlag updateCapabilityFlag_Values

Открытые методы

Метод Описание
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Описание методов

GetCapabilityType() публичный Метод

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
Результат capabilitySetType_Values

ToBytes() публичный Метод

convert this structure to byte array
public ToBytes ( ) : byte[]
Результат byte[]

Описание свойств

capabilitySetType публичное свойство

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_GENERAL (1).
public capabilitySetType_Values capabilitySetType
Результат capabilitySetType_Values

extraFlags публичное свойство

A 16-bit unsigned integer. General capability information.Remote Desktop Protocol (RDP) 5.0 and later supports the following flags:
public extraFlags_Values extraFlags
Результат extraFlags_Values

generalCompressionLevel публичное свойство

A 16-bit unsigned integer. General compression level. This field MUST be set to 0.
public generalCompressionLevel_Values generalCompressionLevel
Результат generalCompressionLevel_Values

generalCompressionTypes публичное свойство

A 16-bit unsigned integer. General compression types. This field MUST be set to 0.
public generalCompressionTypes_Values generalCompressionTypes
Результат generalCompressionTypes_Values

lengthCapability публичное свойство

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
Результат ushort

osMajorType публичное свойство

A 16-bit unsigned integer. The type of platform.
public osMajorType_Values osMajorType
Результат osMajorType_Values

osMinorType публичное свойство

A 16-bit unsigned integer. The version of the platform specified in the osMajorType field.
public osMinorType_Values osMinorType
Результат osMinorType_Values

pad2octetsA публичное свойство

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2octetsA
Результат ushort

protocolVersion публичное свойство

A 16-bit unsigned integer. The protocol version. This field MUST be set to TS_CAPS_PROTOCOLVERSION (0x0200).
public protocolVersion_Values protocolVersion
Результат protocolVersion_Values

refreshRectSupport публичное свойство

An 8-bit unsigned integer. Server-only flag that indicates whether the Refresh Rect PDU is supported.
public refreshRectSupport_Values refreshRectSupport
Результат refreshRectSupport_Values

remoteUnshareFlag публичное свойство

A 16-bit unsigned integer. Support for remote unsharing. This field MUST be set to 0.
public remoteUnshareFlag_Values remoteUnshareFlag
Результат remoteUnshareFlag_Values

suppressOutputSupport публичное свойство

An 8-bit unsigned integer. Server-only flag that indicates whether the Suppress Output PDU is supported.
public suppressOutputSupport_Values suppressOutputSupport
Результат suppressOutputSupport_Values

updateCapabilityFlag публичное свойство

A 16-bit unsigned integer. Support for update capability. This field MUST be set to 0.
public updateCapabilityFlag_Values updateCapabilityFlag
Результат updateCapabilityFlag_Values