C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Client_Initiate_Multitransport_Response_PDU

The Initiate Multitransport Response PDU is sent by the client to the server and is used to indicate to the server whether the client was able to complete the multitransport initiation request associated with the ID specified in the requestId field.
Inheritance: RdpbcgrClientPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
hrResponse HrResponse_Value
requestId uint

Méthodes publiques

Méthode Description
Client_Initiate_Multitransport_Response_PDU ( ) : System
Client_Initiate_Multitransport_Response_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext context ) : System
Clone ( ) : StackPacket
ToBytes ( ) : byte[]

Method Details

Client_Initiate_Multitransport_Response_PDU() public méthode

public Client_Initiate_Multitransport_Response_PDU ( ) : System
Résultat System

Client_Initiate_Multitransport_Response_PDU() public méthode

public Client_Initiate_Multitransport_Response_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext context ) : System
context Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext
Résultat System

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

hrResponse public_oe property

A 32-bit unsigned integer that specifies an error code.
public HrResponse_Value hrResponse
Résultat HrResponse_Value

requestId public_oe property

A 32-bit unsigned integer that MUST contain the ID that was sent to the client in the requestId field of the associated Initiate Multitransport Request PDU (section 2.2.15.1).
public uint requestId
Résultat uint