C# Class 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.
Inheritance: RdpbcgrClientPdu
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
autodetectRspPduData NETWORK_DETECTION_RESPONSE
commonHeader SlowPathPduCommonHeader

Public Methods

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

Method Details

Client_Auto_Detect_Response_PDU() public method

public Client_Auto_Detect_Response_PDU ( ) : System
return System

Client_Auto_Detect_Response_PDU() public method

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

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

ToBytes() public method

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

Property Details

autodetectRspPduData public_oe property

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

commonHeader public_oe property

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