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

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
hrResponse HrResponse_Value
requestId uint

Public Methods

Method 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 method

public Client_Initiate_Multitransport_Response_PDU ( ) : System
return System

Client_Initiate_Multitransport_Response_PDU() public method

public Client_Initiate_Multitransport_Response_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext context ) : System
context Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext
return System

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
return SlowPathPduCommonHeader

hrResponse public_oe property

A 32-bit unsigned integer that specifies an error code.
public HrResponse_Value hrResponse
return 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
return uint