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

The X.224 Connection Request PDU is a Standard RDP Connection Sequence PDU sent from client to server during the Connection Initiation phase (see section ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/_rfc_ms-rdpbcgr2_1_1_1.xml
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cookie String
rdpCorrelationInfo RDP_NEG_CORRELATION_INFO
rdpNegData RDP_NEG_REQ
routingToken byte[]
tpktHeader TpktHeader
x224Crq X224Crq

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

Метод Описание
Client_X_224_Connection_Request_Pdu ( ) : System

The constructor of the class with no parameter.

Client_X_224_Connection_Request_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

Clone ( ) : StackPacket

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

ToBytes ( ) : byte[]

Encode this structure into byte array.

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

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

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

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

The constructor of the class.
public Client_X_224_Connection_Request_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
Результат System

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

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

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

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

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

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

optional and variable-length ANSI character string terminated by a 0x0D0A two-byte sequence. This field MUST NOT be present if the routingToken field is present.
public String cookie
Результат String

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

An optional Correlation Info (section 2.2.1.1.2) structure. This field MUST be present if the CORRELATION_INFO_PRESENT (0x08) flag is set in the flags field of the RDP Negotiation Request structure, encapsulated within the optional rdpNegRsp field. If the CORRELATION_INFO_PRESENT (0x08) flag is not set, then this field MUST NOT be present.
public RDP_NEG_CORRELATION_INFO,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rdpCorrelationInfo
Результат RDP_NEG_CORRELATION_INFO

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

An optional RDP Negotiation Request structure. The length of this negotiation structure is included in the X.224 Connection Request Length Indicator field.
public RDP_NEG_REQ,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rdpNegData
Результат RDP_NEG_REQ

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

Optional and variable-length routing token bytes used for load balancing terminated by a carriage-return (CR) and line-feed (LF) ANSI sequence. For more information, see [MSFT-SDLBTS]. The length of the routing token and CR+LF sequence is included in the X.224 Connection Request Length Indicator field.
public byte[] routingToken
Результат byte[]

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

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

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

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