C# Class 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
Inheritance: RdpbcgrClientPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
cookie String
rdpCorrelationInfo RDP_NEG_CORRELATION_INFO
rdpNegData RDP_NEG_REQ
routingToken byte[]
tpktHeader TpktHeader
x224Crq X224Crq

Public Methods

Method Description
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.

Method Details

Client_X_224_Connection_Request_Pdu() public method

The constructor of the class with no parameter.
public Client_X_224_Connection_Request_Pdu ( ) : System
return System

Client_X_224_Connection_Request_Pdu() public method

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.
return System

Clone() public method

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

ToBytes() public method

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

Property Details

cookie public_oe property

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
return String

rdpCorrelationInfo public_oe property

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
return RDP_NEG_CORRELATION_INFO

rdpNegData public_oe property

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
return RDP_NEG_REQ

routingToken public_oe property

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
return byte[]

tpktHeader public_oe property

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

x224Crq public_oe property

An X.224 Class 0 Connection Request TPDU, as specified in [X224] section 13.3.
public X224Crq,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Crq
return X224Crq