Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpbcgr
RDP_NETCHAR_RESULT
C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_NETCHAR_RESULT
The RDP_NETCHAR_RESULTS structure is used by the server to send detected network characteristics to the client.
Inheritance:
NETWORK_DETECTION_REQUEST
Afficher le fichier
Open project: Microsoft/WindowsProtocolTestSuites
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
averageRTT
uint
bandwidth
uint
baseRTT
uint
Méthodes publiques
Méthode
Description
Clone
( ) :
NETWORK_DETECTION_REQUEST
Method Details
Clone()
public
méthode
public
Clone
( ) :
NETWORK_DETECTION_REQUEST
Résultat
NETWORK_DETECTION_REQUEST
Property Details
averageRTT
public_oe property
An optional 32-bit unsigned integer that specifies the current average round-trip time in milliseconds.
public
uint
averageRTT
Résultat
uint
bandwidth
public_oe property
An optional 32-bit unsigned integer that specifies the current bandwidth in kilobits per second.
public
uint
bandwidth
Résultat
uint
baseRTT
public_oe property
An optional 32-bit unsigned integer that specifies the lowest detected round-trip time in milliseconds.
public
uint
baseRTT
Résultat
uint