C# Class 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.
Inheritance: RdpbcgrServerPdu
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
autoDetectReqData NETWORK_DETECTION_REQUEST
commonHeader SlowPathPduCommonHeader

Public Methods

Method Description
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.

Method Details

Clone() public method

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

Server_Auto_Detect_Request_PDU() public method

public Server_Auto_Detect_Request_PDU ( ) : System
return System

Server_Auto_Detect_Request_PDU() public method

public Server_Auto_Detect_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
return System

ToBytes() public method

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

Property Details

autoDetectReqData public_oe property

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

commonHeader public_oe property

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