C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Header CAPABILITY_HEADER

공개 메소드들

메소드 설명
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

메소드 상세

CAPABILITY_SET() 공개 메소드

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

CAPABILITY_SET() 공개 메소드

public CAPABILITY_SET ( CapabilityType_Values type ) : System
type CapabilityType_Values
리턴 System

CAPABILITY_SET() 공개 메소드

public CAPABILITY_SET ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
type CapabilityType_Values
ver CAPABILITY_VERSION
리턴 System

Decode() 공개 메소드

public Decode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

Encode() 공개 메소드

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

프로퍼티 상세

Header 공개적으로 프로퍼티

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
리턴 CAPABILITY_HEADER