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
Exibir arquivo 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