C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_X_224_Connection_Confirm_Pdu

The X.224 Connection Confirm PDU is a Standard RDP Connection Sequence PDU sent from server to client during the Connection Initiation phase (see section ). It is sent as a response to the X.224 Connection Request PDU.
file:///D:/TD/_rfc_ms-rdpbcgr2_1_1_2.xml
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
rdpNegData RDP_NEG_RSP
tpktHeader TpktHeader
x224Ccf X224Crq

Открытые методы

Метод Описание
Clone ( ) : StackPacket

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

Server_X_224_Connection_Confirm_Pdu ( ) : System

The constructor of the class with no parameter.

Server_X_224_Connection_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Описание методов

Clone() публичный Метод

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

Server_X_224_Connection_Confirm_Pdu() публичный Метод

The constructor of the class with no parameter.
public Server_X_224_Connection_Confirm_Pdu ( ) : System
Результат System

Server_X_224_Connection_Confirm_Pdu() публичный Метод

The constructor of the class.
public Server_X_224_Connection_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Результат System

ToBytes() публичный Метод

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Результат byte[]

Описание свойств

rdpNegData публичное свойство

Optional RDP Negotiation Response structure or an optional RDP Negotiation Failure structure. The length of the negotiation structure is included in the X.224 Connection Confirm Length Indicator field.
public RDP_NEG_RSP,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rdpNegData
Результат RDP_NEG_RSP

tpktHeader публичное свойство

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
Результат TpktHeader

x224Ccf публичное свойство

An X.224 Class 0 Connection Confirm TPDU, as specified in [X224] section 13.4.
public X224Crq,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Ccf
Результат X224Crq