C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Control_Pdu

The Server Control PDU includes Cooperate and Granted Control.
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commonHeader SlowPathPduCommonHeader
controlPduData TS_CONTROL_PDU

공개 메소드들

메소드 설명
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

Server_Control_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Control_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

비공개 메소드들

메소드 설명
EncodeControlData ( TS_CONTROL_PDU controlPduData ) : byte[]

Encode controlPduData field.

메소드 상세

Clone() 공개 메소드

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
리턴 StackPacket

Server_Control_Pdu() 공개 메소드

The constructor of the class with no parameter.
public Server_Control_Pdu ( ) : System
리턴 System

Server_Control_Pdu() 공개 메소드

The constructor of the class.
public Server_Control_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
리턴 System

ToBytes() 공개 메소드

Encode this structure into byte array.
public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

commonHeader 공개적으로 프로퍼티

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
리턴 SlowPathPduCommonHeader

controlPduData 공개적으로 프로퍼티

The actual contents of the Control PDU as described in section . The grantId and controlId fields of the Control PDU Data MUST both be set to zero, while the action field MUST be set to CTRLACTION_COOPERATE (0x0004).
public TS_CONTROL_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr controlPduData
리턴 TS_CONTROL_PDU