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
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Header CAPABILITY_HEADER

Public Methods

Method 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 method

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

CAPABILITY_SET() public method

public CAPABILITY_SET ( CapabilityType_Values type ) : System
type CapabilityType_Values
return System

CAPABILITY_SET() public method

public CAPABILITY_SET ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
type CapabilityType_Values
ver CAPABILITY_VERSION
return System

Decode() public method

public Decode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return 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
return CAPABILITY_HEADER