C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Client_Auto_Detect_Response_PDU

The Auto-Detect Response PDU is sent by the client to the server and is used to detect network characteristics such as bandwidth and round-trip time.
상속: RdpbcgrClientPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autodetectRspPduData NETWORK_DETECTION_RESPONSE
commonHeader SlowPathPduCommonHeader

공개 메소드들

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

Encode this structure into byte array.

메소드 상세

Client_Auto_Detect_Response_PDU() 공개 메소드

public Client_Auto_Detect_Response_PDU ( ) : System
리턴 System

Client_Auto_Detect_Response_PDU() 공개 메소드

public Client_Auto_Detect_Response_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext
리턴 System

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

ToBytes() 공개 메소드

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

프로퍼티 상세

autodetectRspPduData 공개적으로 프로퍼티

A variable-length field that contains auto-detect response data
public NETWORK_DETECTION_RESPONSE,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr autodetectRspPduData
리턴 NETWORK_DETECTION_RESPONSE

commonHeader 공개적으로 프로퍼티

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