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

상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mcsCrsp MCSConnectResponse
tpktHeader TpktHeader
x224Data X224

공개 메소드들

메소드 설명
Clone ( ) : StackPacket

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

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( ) : System

The constructor of the class with no parameter.

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

비공개 메소드들

메소드 설명
EncodeGccRspData ( ConnectGCCRsp gccPdu ) : byte[]

Encode GCC Conference Create Request according to [T124].

메소드 상세

Clone() 공개 메소드

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

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() 공개 메소드

The constructor of the class with no parameter.

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() 공개 메소드

The constructor of the class.
public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
리턴 System

ToBytes() 공개 메소드

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

프로퍼티 상세

mcsCrsp 공개적으로 프로퍼티

Variable-length BER-encoded MCS Connect Initial PDU (using definite-length encoding) as described in [T125] (the ASN.1 structure definition is detailed in [T125] section 7, part 2). The userData field of the MCS Connect Initial PDU contains the GCC Conference Create Request data. The maximum allowed size of this user data is 1024 bytes, which implies that the combined size of the gccCCrq, clientCoreData, clientSecurity, clientNetworkData and clientClusterData fields must be less than 1024 bytes.
public MCSConnectResponse,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr mcsCrsp
리턴 MCSConnectResponse

tpktHeader 공개적으로 프로퍼티

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
리턴 TpktHeader

x224Data 공개적으로 프로퍼티

An X.224 Class 0 Data TPDU, as specified in [X224] section 13.7.
public X224,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Data
리턴 X224