C# 클래스 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).
상속: NETWORK_DETECTION_RESPONSE
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bandwidth uint
rtt uint

공개 메소드들

메소드 설명
Clone ( ) : NETWORK_DETECTION_RESPONSE

메소드 상세

Clone() 공개 메소드

public Clone ( ) : NETWORK_DETECTION_RESPONSE
리턴 NETWORK_DETECTION_RESPONSE

프로퍼티 상세

bandwidth 공개적으로 프로퍼티

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

rtt 공개적으로 프로퍼티

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