C# 클래스 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.
상속: RdpbcgrClientPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commonHeader SlowPathPduCommonHeader
hrResponse HrResponse_Value
requestId uint

공개 메소드들

메소드 설명
Client_Initiate_Multitransport_Response_PDU ( ) : System
Client_Initiate_Multitransport_Response_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext context ) : System
Clone ( ) : StackPacket
ToBytes ( ) : byte[]

메소드 상세

Client_Initiate_Multitransport_Response_PDU() 공개 메소드

public Client_Initiate_Multitransport_Response_PDU ( ) : System
리턴 System

Client_Initiate_Multitransport_Response_PDU() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

commonHeader 공개적으로 프로퍼티

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

hrResponse 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies an error code.
public HrResponse_Value hrResponse
리턴 HrResponse_Value

requestId 공개적으로 프로퍼티

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
리턴 uint