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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
autoDetectReqData NETWORK_DETECTION_REQUEST
commonHeader SlowPathPduCommonHeader

Méthodes publiques

Méthode 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 méthode

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

Server_Auto_Detect_Request_PDU() public méthode

public Server_Auto_Detect_Request_PDU ( ) : System
Résultat System

Server_Auto_Detect_Request_PDU() public méthode

public Server_Auto_Detect_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Résultat System

ToBytes() public méthode

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Résultat 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
Résultat NETWORK_DETECTION_REQUEST

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader