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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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