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

The TS_SHARE_CAPABILITYSET structure is used to advertise the channel ID of the sender and is fully specified in [T128] section 8.2.12. 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_2_3.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
capabilitySetType capabilitySetType_Values
lengthCapability ushort
nodeId ushort
pad2octets ushort

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

Метод Описание
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_SHARE (9).
public capabilitySetType_Values capabilitySetType
Результат capabilitySetType_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

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

A 16-bit unsigned integer. This field SHOULD be set to 0 by the client and to the server channel ID by the server (in Microsoft RDP server implementations, this value is always 0x03EA).
public ushort nodeId
Результат ushort

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

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