Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
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
Datei anzeigen
Open project: Microsoft/WindowsProtocolTestSuites
Class Usage Examples
Public Properties
Property
Type
Description
averageRTT
uint
bandwidth
uint
baseRTT
uint
Public Methods
Method
Description
Clone
( ) :
NETWORK_DETECTION_REQUEST
Method Details
Clone()
public
method
public
Clone
( ) :
NETWORK_DETECTION_REQUEST
return
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
return
uint
bandwidth
public_oe property
An optional 32-bit unsigned integer that specifies the current bandwidth in kilobits per second.
public
uint
bandwidth
return
uint
baseRTT
public_oe property
An optional 32-bit unsigned integer that specifies the lowest detected round-trip time in milliseconds.
public
uint
baseRTT
return
uint