C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.CAPABILITY_SET

The CAPABILITY_SET structure is used to describe the type, size, and version of a capability set exchanged between clients and servers. All capability set messages conform to this basic structure. The Capability Message is embedded in the Server Core Capability Request and Client Core Capability Response messages
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
Header CAPABILITY_HEADER

Méthodes publiques

Méthode Description
CAPABILITY_SET ( ) : System

Capability set data which conforms to the structure of the type given by the CapabilityType field

CAPABILITY_SET ( CapabilityType_Values type ) : System
CAPABILITY_SET ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
Decode ( PduMarshaler marshaler ) : void
Encode ( PduMarshaler marshaler ) : void

Method Details

CAPABILITY_SET() public méthode

Capability set data which conforms to the structure of the type given by the CapabilityType field
public CAPABILITY_SET ( ) : System
Résultat System

CAPABILITY_SET() public méthode

public CAPABILITY_SET ( CapabilityType_Values type ) : System
type CapabilityType_Values
Résultat System

CAPABILITY_SET() public méthode

public CAPABILITY_SET ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
type CapabilityType_Values
ver CAPABILITY_VERSION
Résultat System

Decode() public méthode

public Decode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

Encode() public méthode

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

Property Details

Header public_oe property

A CAPABILITY_HEADER header. The CapabilityType field of the CAPABILITY_HEADER determines the CapabilityMessage type
public CAPABILITY_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs Header
Résultat CAPABILITY_HEADER