C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_NETCHAR_SYNC

The RDP_NETCHAR_SYNC structure is sent in response to the RTT Measure Request (section 2.2.14.1.1) message or Bandwidth Measure Start (section 2.2.14.1.2) message and is used to short-circuit connect-time network characteristics detection in the case of an auto-reconnect (section 1.3.1.5 and 2.2.4).
Inheritance: NETWORK_DETECTION_RESPONSE
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bandwidth uint
rtt uint

Public Methods

Method Description
Clone ( ) : NETWORK_DETECTION_RESPONSE

Method Details

Clone() public method

public Clone ( ) : NETWORK_DETECTION_RESPONSE
return NETWORK_DETECTION_RESPONSE

Property Details

bandwidth public property

A 32-bit unsigned integer that specifies the previously detected bandwidth in kilobits per second.
public uint bandwidth
return uint

rtt public property

A 32-bit unsigned integer that specifies the previously detected round-trip time in milliseconds.
public uint rtt
return uint