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

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

공개 프로퍼티들

프로퍼티 타입 설명
autoDetectReqData NETWORK_DETECTION_REQUEST
commonHeader SlowPathPduCommonHeader

공개 메소드들

메소드 설명
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

Server_Auto_Detect_Request_PDU ( ) : System
Server_Auto_Detect_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
ToBytes ( ) : byte[]

Encode this structure into byte array.

메소드 상세

Clone() 공개 메소드

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

Server_Auto_Detect_Request_PDU() 공개 메소드

public Server_Auto_Detect_Request_PDU ( ) : System
리턴 System

Server_Auto_Detect_Request_PDU() 공개 메소드

public Server_Auto_Detect_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
리턴 System

ToBytes() 공개 메소드

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

프로퍼티 상세

autoDetectReqData 공개적으로 프로퍼티

A variable-length field that contains auto-detect request data
public NETWORK_DETECTION_REQUEST,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr autoDetectReqData
리턴 NETWORK_DETECTION_REQUEST

commonHeader 공개적으로 프로퍼티

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