C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.CAPABILITY_HEADER

This is a header that is embedded in the Server Core Capability Request and Client Core Capability Response. The purpose of this header is to describe capabilities for different device types.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_2.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CapabilityLength ushort
CapabilityType CapabilityType_Values
Version CAPABILITY_VERSION

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

Метод Описание
CAPABILITY_HEADER ( ) : System
CAPABILITY_HEADER ( CapabilityType_Values type ) : System
CAPABILITY_HEADER ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

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

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

public CAPABILITY_HEADER ( ) : System
Результат System

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

public CAPABILITY_HEADER ( CapabilityType_Values type ) : System
type CapabilityType_Values
Результат System

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

public CAPABILITY_HEADER ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
type CapabilityType_Values
ver CAPABILITY_VERSION
Результат System

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

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Результат bool

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

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Результат void

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

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

A 16-bit unsigned integer that specifies the size, in bytes, of the capability message, this header included.
public ushort CapabilityLength
Результат ushort

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

A 16-bit unsigned integer that identifies the type of capability being described. It MUST be set to one of the following values.
public CapabilityType_Values CapabilityType
Результат CapabilityType_Values

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

A 32-bit unsigned integer that specifies the capability-specific version.
public CAPABILITY_VERSION Version
Результат CAPABILITY_VERSION